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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.