windows::Win32::Networking::ActiveDirectory

Function DsInheritSecurityIdentityA

pub unsafe fn DsInheritSecurityIdentityA<P2, P3>(
    hds: HANDLE,
    flags: Option<u32>,
    srcprincipal: P2,
    dstprincipal: P3,
) -> u32
where P2: Param<PCSTR>, P3: Param<PCSTR>,