Function windows_sys::Win32::Gaming::ShowPlayerPickerUIForUser
pub unsafe extern "system" fn ShowPlayerPickerUIForUser(
user: IInspectable,
promptdisplaytext: HSTRING,
xuids: *const HSTRING,
xuidscount: usize,
preselectedxuids: *const HSTRING,
preselectedxuidscount: usize,
minselectioncount: usize,
maxselectioncount: usize,
completionroutine: PlayerPickerUICompletionRoutine,
context: *const c_void
) -> HRESULT