pub unsafe extern "system" fn WinUsb_GetOverlappedResult(
    interfacehandle: *const c_void,
    lpoverlapped: *const OVERLAPPED,
    lpnumberofbytestransferred: *mut u32,
    bwait: BOOL
) -> BOOL
Expand description

Required features: "Win32_Devices_Usb", "Win32_Foundation", "Win32_System_IO"