windows::Win32::Networking::Ldap

Type Alias VERIFYSERVERCERT

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.