pub unsafe extern "system" fn CreateAppContainerProfile(
    pszappcontainername: PCWSTR,
    pszdisplayname: PCWSTR,
    pszdescription: PCWSTR,
    pcapabilities: *const SID_AND_ATTRIBUTES,
    dwcapabilitycount: u32,
    ppsidappcontainersid: *mut PSID,
) -> HRESULT