windows::Win32::Security::Isolation

Function DeriveRestrictedAppContainerSidFromAppContainerSidAndRestrictedName

pub unsafe fn DeriveRestrictedAppContainerSidFromAppContainerSidAndRestrictedName<P1>(
    psidappcontainersid: PSID,
    pszrestrictedappcontainername: P1,
) -> Result<PSID>
where P1: Param<PCWSTR>,