pub type REVERT_SECURITY_CONTEXT_FN = Option<unsafe extern "system" fn(param0: *mut SecHandle) -> HRESULT>;
Expand description

Required features: "Win32_Security_Credentials"

Aliased Type§

enum REVERT_SECURITY_CONTEXT_FN {
    None,
    Some(unsafe extern "system" fn(_: *mut SecHandle) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut SecHandle) -> i32)

Some value of type T.