pub fn sys_ioprio_set( _locked: &mut Locked<Unlocked>, _current_task: &mut CurrentTask, _which: i32, _who: i32, _ioprio: i32, ) -> Result<(), Errno>