PUNLOCK_ROUTINE

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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const c_void, *const FILE_LOCK_INFO))

Some value of type T.