Function windows_sys::Win32::Devices::Usb::WinUsb_ReadPipe
pub unsafe extern "system" fn WinUsb_ReadPipe(
interfacehandle: WINUSB_INTERFACE_HANDLE,
pipeid: u8,
buffer: *mut u8,
bufferlength: u32,
lengthtransferred: *mut u32,
overlapped: *const OVERLAPPED,
) -> BOOL