Function windows::Win32::Devices::Usb::WinUsb_ControlTransfer
pub unsafe fn WinUsb_ControlTransfer<P0>(
interfacehandle: P0,
setuppacket: WINUSB_SETUP_PACKET,
buffer: Option<&mut [u8]>,
lengthtransferred: Option<*mut u32>,
overlapped: Option<*const OVERLAPPED>,
) -> Result<()>where
P0: Param<WINUSB_INTERFACE_HANDLE>,