pub type WS_CERT_ISSUER_LIST_NOTIFICATION_CALLBACK = Option<unsafe extern "system" fn(certissuerlistnotificationcallbackstate: *const c_void, issuerlist: *const SecPkgContext_IssuerListInfoEx, error: *const WS_ERROR) -> HRESULT>;

Aliased Type§

enum WS_CERT_ISSUER_LIST_NOTIFICATION_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const SecPkgContext_IssuerListInfoEx, _: *const WS_ERROR) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const SecPkgContext_IssuerListInfoEx, _: *const WS_ERROR) -> HRESULT)

Some value of type T.