windows::Win32::Networking::Ldap

Function ldap_modrdn_sW

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