pub unsafe fn ldap_modrdn2W<P1, P2>( externalhandle: *mut LDAP, distinguishedname: P1, newdistinguishedname: P2, deleteoldrdn: i32, ) -> u32where P1: Param<PCWSTR>, P2: Param<PCWSTR>,