pub unsafe extern "cdecl" fn ldap_sasl_bind_sW(
    externalhandle: *mut LDAP,
    distname: PCWSTR,
    authmechanism: PCWSTR,
    cred: *const LDAP_BERVAL,
    serverctrls: *mut *mut LDAPControlW,
    clientctrls: *mut *mut LDAPControlW,
    serverdata: *mut *mut LDAP_BERVAL
) -> i32
Expand description

Required features: "Win32_Foundation"