I have a c++ function that accepts a Pointer to an array of known size as input and returns an array of size that cannot be determined until the function completes its processing of data. How do I call the c++ function, passing the first array and receive the results as a second array?I have a c++ function that accepts a Pointer to