pub unsafe fn WinUsb_AbortPipe<P0>(
    interfacehandle: P0,
    pipeid: u8
) -> Result<()>
where P0: IntoParam<WINUSB_INTERFACE_HANDLE>,