internal Descriptor(usb_device nativeDevice) { this.nativeDevice = nativeDevice; }
public static extern IntPtr usb_open(usb_device dev);