windows::Win32::Networking::Ldap

Function ldap_sasl_bindA

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