pub unsafe fn WinUsb_ReadIsochPipeAsap<P0>(
    bufferhandle: *const c_void,
    offset: u32,
    length: u32,
    continuestream: P0,
    isopacketdescriptors: &mut [USBD_ISO_PACKET_DESCRIPTOR],
    overlapped: Option<*const OVERLAPPED>
) -> Result<()>
where P0: IntoParam<BOOL>,