Function windows::Win32::Networking::Ldap::ldap_modrdnW

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