Function windows::Wdk::Storage::FileSystem::CcAsyncCopyRead

pub unsafe fn CcAsyncCopyRead<P0, P1>(
    fileobject: *const FILE_OBJECT,
    fileoffset: *const i64,
    length: u32,
    wait: P0,
    buffer: *mut c_void,
    iostatus: *mut IO_STATUS_BLOCK,
    ioissuerthread: P1,
    asyncreadcontext: *const CC_ASYNC_READ_CONTEXT,
) -> BOOLEAN
where P0: Param<BOOLEAN>, P1: Param<PETHREAD>,