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