I am calling a .mm (objective-c / c++) class method from my swift viewController via linked headers. They are successfully linked. However, I am struggling to pass correct data types that match as parameters. Here is where I call the function in swiftI am calling a .mm (objective-c / c++) class me