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: IntoParam<WINUSB_INTERFACE_HANDLE>,