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