Function windows_sys::Wdk::Storage::FileSystem::CcAsyncCopyRead

pub unsafe extern "system" fn CcAsyncCopyRead(
    fileobject: *const FILE_OBJECT,
    fileoffset: *const i64,
    length: u32,
    wait: BOOLEAN,
    buffer: *mut c_void,
    iostatus: *mut IO_STATUS_BLOCK,
    ioissuerthread: PETHREAD,
    asyncreadcontext: *const CC_ASYNC_READ_CONTEXT,
) -> BOOLEAN