Hello,
I'm writing a wrapper class in MC++ that call a c++ function that its prototype looks like this:
void func1(int length, void *);

How the MC++ wrapper for this will look like?
And how the call from C# will look like?

How can I pass any kind of parameter from C# to my MC++ wrapper class?