pub unsafe extern "system" fn ldap_sasl_bindA(
    externalhandle: *mut ldap,
    distname: PCSTR,
    authmechanism: PCSTR,
    cred: *const LDAP_BERVAL,
    serverctrls: *mut *mut ldapcontrolA,
    clientctrls: *mut *mut ldapcontrolA,
    messagenumber: *mut i32
) -> i32
Expand description

Required features: "Win32_Networking_Ldap", "Win32_Foundation"