pub unsafe fn ldap_modrdnA<P1, P2>( externalhandle: *mut LDAP, distinguishedname: P1, newdistinguishedname: P2, ) -> u32where P1: Param<PCSTR>, P2: Param<PCSTR>,