Function windows::Win32::Networking::Ldap::ldap_simple_bind

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