pub fn sys_fchown( locked: &mut Locked<Unlocked>, current_task: &CurrentTask, fd: FdNumber, owner: u32, group: u32, ) -> Result<(), Errno>