windows::Win32::Networking::Ldap

Function ldap_modrdn2_sA

pub unsafe fn ldap_modrdn2_sA<P1, P2>(
    externalhandle: *mut LDAP,
    distinguishedname: P1,
    newdistinguishedname: P2,
    deleteoldrdn: i32,
) -> u32
where P1: Param<PCSTR>, P2: Param<PCSTR>,