pub unsafe fn WinUsb_QueryPipe<P0>(
    interfacehandle: P0,
    alternateinterfacenumber: u8,
    pipeindex: u8,
    pipeinformation: *mut WINUSB_PIPE_INFORMATION
) -> Result<()>
where P0: IntoParam<WINUSB_INTERFACE_HANDLE>,