pub unsafe fn ShowProfileCardUIForUser<P0>(
    user: P0,
    targetuserxuid: &HSTRING,
    completionroutine: GameUICompletionRoutine,
    context: Option<*const c_void>
) -> Result<()>
where P0: IntoParam<IInspectable>,