Function windows::Win32::Networking::Ldap::ldap_modrdn2W

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