Function windows::Wdk::Storage::FileSystem::CcCopyRead
pub unsafe fn CcCopyRead<P0>(
fileobject: *const FILE_OBJECT,
fileoffset: *const i64,
length: u32,
wait: P0,
buffer: *mut c_void,
iostatus: *mut IO_STATUS_BLOCK,
) -> BOOLEANwhere
P0: Param<BOOLEAN>,