Function FsRtlCopyRead
pub unsafe fn FsRtlCopyRead(
fileobject: *const FILE_OBJECT,
fileoffset: *const i64,
length: u32,
wait: bool,
lockkey: u32,
buffer: *mut c_void,
iostatus: *mut IO_STATUS_BLOCK,
deviceobject: *const DEVICE_OBJECT,
) -> bool