Type Alias windows::Win32::Security::Authentication::Identity::SslDeserializeCertificateStoreFn
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§
None
No value.
Some(unsafe extern "system" fn(_: CRYPT_INTEGER_BLOB, _: *mut *mut CERT_CONTEXT) -> HRESULT)
Some value of type T
.