pub type VERIFYSERVERCERT = Option<unsafe extern "system" fn(connection: *mut LDAP, pservercert: *mut *mut CERT_CONTEXT) -> BOOLEAN>;
Expand description

Required features: "Win32_Foundation", "Win32_Security_Cryptography"

Aliased Type§

enum VERIFYSERVERCERT {
    None,
    Some(unsafe extern "system" fn(_: *mut LDAP, _: *mut *mut CERT_CONTEXT) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.