pub unsafe fn CheckGamingPrivilegeSilentlyForUser<P0>(
    user: P0,
    privilegeid: u32,
    scope: &HSTRING,
    policy: &HSTRING
) -> Result<BOOL>
where P0: IntoParam<IInspectable>,