pub unsafe fn GetAppContainerNamedObjectPath<P0, P1>(
    token: P0,
    appcontainersid: P1,
    objectpath: Option<&mut [u16]>,
    returnlength: *mut u32
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<PSID>,