Type Alias PUNLOCK_ROUTINE
pub type PUNLOCK_ROUTINE = Option<unsafe extern "system" fn(context: *const c_void, filelockinfo: *const FILE_LOCK_INFO)>;Aliased Type§
pub enum PUNLOCK_ROUTINE {
None,
Some(unsafe extern "system" fn(*const c_void, *const FILE_LOCK_INFO)),
}