pub type SslDeserializeCertificateStoreFn = Option<unsafe extern "system" fn(serializedcertificatestore: CRYPT_INTEGER_BLOB, ppcertcontext: *mut *mut CERT_CONTEXT) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: CRYPT_INTEGER_BLOB, _: *mut *mut CERT_CONTEXT) -> HRESULT)

Some value of type T.