pub unsafe fn ldap_simple_bind_sA<P1, P2>( ld: *mut LDAP, dn: P1, passwd: P2, ) -> u32where P1: Param<PCSTR>, P2: Param<PCSTR>,