Function windows::Win32::Networking::Ldap::ldap_sasl_bindA

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