Function WinUsb_QueryDeviceInformation
pub unsafe fn WinUsb_QueryDeviceInformation(
interfacehandle: WINUSB_INTERFACE_HANDLE,
informationtype: u32,
bufferlength: *mut u32,
buffer: *mut c_void,
) -> Result<()>