Function CreateAppContainerProfile
pub unsafe fn CreateAppContainerProfile<P0, P1, P2>(
pszappcontainername: P0,
pszdisplayname: P1,
pszdescription: P2,
pcapabilities: Option<&[SID_AND_ATTRIBUTES]>,
) -> Result<PSID>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,