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