Function windows::Win32::Networking::Ldap::ldap_sasl_bind_sW

pub unsafe fn ldap_sasl_bind_sW<P0, P1>(
    externalhandle: *mut LDAP,
    distname: P0,
    authmechanism: P1,
    cred: *const LDAP_BERVAL,
    serverctrls: *mut *mut LDAPControlW,
    clientctrls: *mut *mut LDAPControlW,
    serverdata: *mut *mut LDAP_BERVAL,
) -> i32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,