windows::Win32::Networking::Ldap

Function ldap_sasl_bindW

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