c# char unsigned_unsigned char型**相当于C#和必须写在文件中的返回值
I have to call a win32 dll functionint func1( int arg1, unsigned char **arg2, int *arg3);and i need wrapped in c# aspublic extern int fuc1(int arg1, out IntPtr arg2, out IntPtr arg3);and i called it f...