pub fn sys_fchownat( locked: &mut Locked<Unlocked>, current_task: &CurrentTask, dir_fd: FdNumber, user_path: UserCString, owner: u32, group: u32, flags: u32, ) -> Result<(), Errno>