static extern int QuickUsbOpen(out IntPtr handle, string devName);
int result = QuickUsbOpen(out handle, deviceName);