pub unsafe fn ShowGameInfoUI(
    titleid: u32,
    completionroutine: GameUICompletionRoutine,
    context: Option<*const c_void>
) -> Result<()>