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

Aliased Type§

enum FREE_CREDENTIALS_HANDLE_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.