Function ShowGameInviteUIWithContextForUser
pub unsafe fn ShowGameInviteUIWithContextForUser<P0>(
user: P0,
serviceconfigurationid: &HSTRING,
sessiontemplatename: &HSTRING,
sessionid: &HSTRING,
invitationdisplaytext: &HSTRING,
customactivationcontext: &HSTRING,
completionroutine: GameUICompletionRoutine,
context: Option<*const c_void>,
) -> Result<()>where
P0: Param<IInspectable>,