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