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
Expand description

Required features: "Win32_Gaming"