PGPE_ENABLE_EVENT2

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut c_void, *mut c_void) -> NTSTATUS)

Some value of type T.