Function windows::Win32::Gaming::ShowTitleAchievementsUIForUser
pub unsafe fn ShowTitleAchievementsUIForUser<P0>(
user: P0,
titleid: u32,
completionroutine: GameUICompletionRoutine,
context: Option<*const c_void>,
) -> Result<()>where
P0: Param<IInspectable>,