Function windows::Win32::Devices::Usb::WinUsb_QueryPipe
pub unsafe fn WinUsb_QueryPipe<P0>(
interfacehandle: P0,
alternateinterfacenumber: u8,
pipeindex: u8,
pipeinformation: *mut WINUSB_PIPE_INFORMATION,
) -> Result<()>where
P0: Param<WINUSB_INTERFACE_HANDLE>,