pub unsafe extern "system" fn WinUsb_QueryDeviceInformation(
    interfacehandle: *const c_void,
    informationtype: u32,
    bufferlength: *mut u32,
    buffer: *mut c_void
) -> BOOL
Expand description

Required features: ‘Win32_Devices_Usb’, ‘Win32_Foundation’