Type Alias PGPE_ENABLE_EVENT2
pub type PGPE_ENABLE_EVENT2 = Option<unsafe extern "system" fn(context: *mut c_void, objectcontext: *mut c_void) -> NTSTATUS>;Aliased Type§
pub enum PGPE_ENABLE_EVENT2 {
None,
Some(unsafe extern "system" fn(*mut c_void, *mut c_void) -> NTSTATUS),
}