Function windows::Wdk::Storage::FileSystem::CcCopyReadEx

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