Function windows::Wdk::Storage::FileSystem::FsRtlCopyRead

pub unsafe fn FsRtlCopyRead<P0>(
    fileobject: *const FILE_OBJECT,
    fileoffset: *const i64,
    length: u32,
    wait: P0,
    lockkey: u32,
    buffer: *mut c_void,
    iostatus: *mut IO_STATUS_BLOCK,
    deviceobject: *const DEVICE_OBJECT,
) -> BOOLEAN
where P0: Param<BOOLEAN>,