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