Function windows_sys::Win32::Gaming::ShowPlayerPickerUI

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