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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.