Function windows::Win32::Gaming::CheckGamingPrivilegeWithUI

pub unsafe fn CheckGamingPrivilegeWithUI(
    privilegeid: u32,
    scope: &HSTRING,
    policy: &HSTRING,
    friendlymessage: &HSTRING,
    completionroutine: GameUICompletionRoutine,
    context: Option<*const c_void>,
) -> Result<()>