Type Alias windows::Win32::Security::Authentication::Identity::SSL_FREE_CERTIFICATE_FN
pub type SSL_FREE_CERTIFICATE_FN = Option<unsafe extern "system" fn(pcertificate: *mut X509Certificate)>;
Aliased Type§
enum SSL_FREE_CERTIFICATE_FN {
None,
Some(unsafe extern "system" fn(_: *mut X509Certificate)),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut X509Certificate))
Some value of type T
.