Type Alias FAST_IO_LOCK
pub type FAST_IO_LOCK = Option<unsafe extern "system" fn(fileobject: *const FILE_OBJECT, fileoffset: *const i64, length: *const i64, processid: PEPROCESS, key: u32, failimmediately: bool, exclusivelock: bool, iostatus: *mut IO_STATUS_BLOCK, deviceobject: *const DEVICE_OBJECT) -> bool>;
pub enum FAST_IO_LOCK {
None,
Some(unsafe extern "system" fn(*const FILE_OBJECT, *const i64, *const i64, PEPROCESS, u32, bool, bool, *mut IO_STATUS_BLOCK, *const DEVICE_OBJECT) -> bool),
}