pub unsafe fn DeriveAppContainerSidFromAppContainerName<P0>(
    pszappcontainername: P0
) -> Result<PSID>
where P0: IntoParam<PCWSTR>,