Type Alias FAST_IO_UNLOCK_ALL
pub type FAST_IO_UNLOCK_ALL = Option<unsafe extern "system" fn(fileobject: *const FILE_OBJECT, processid: PEPROCESS, iostatus: *mut IO_STATUS_BLOCK, deviceobject: *const DEVICE_OBJECT) -> bool>;Aliased Type§
pub enum FAST_IO_UNLOCK_ALL {
None,
Some(unsafe extern "system" fn(*const FILE_OBJECT, PEPROCESS, *mut IO_STATUS_BLOCK, *const DEVICE_OBJECT) -> bool),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*const FILE_OBJECT, PEPROCESS, *mut IO_STATUS_BLOCK, *const DEVICE_OBJECT) -> bool)
Some value of type T.