pub type INIT_SECURITY_INTERFACE_A = Option<unsafe extern "system" fn() -> *mut SecurityFunctionTableA>;

Aliased Type§

enum INIT_SECURITY_INTERFACE_A {
    None,
    Some(unsafe extern "system" fn() -> *mut SecurityFunctionTableA),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> *mut SecurityFunctionTableA)

Some value of type T.