Function windows::Win32::Networking::Ldap::ldap_bind_s

pub unsafe fn ldap_bind_s<P0, P1>(
    ld: *mut LDAP,
    dn: P0,
    cred: P1,
    method: u32,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,