Function windows::Win32::Networking::Ldap::ldap_modrdn_sW

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