Function windows_sys::Win32::Devices::Usb::WinUsb_ControlTransfer
pub unsafe extern "system" fn WinUsb_ControlTransfer(
interfacehandle: *const c_void,
setuppacket: WINUSB_SETUP_PACKET,
buffer: *mut u8,
bufferlength: u32,
lengthtransferred: *mut u32,
overlapped: *const OVERLAPPED
) -> BOOL
Expand description
Required features: "Win32_Devices_Usb"
, "Win32_Foundation"
, "Win32_System_IO"