pub fn sys_truncate( current_task: &CurrentTask, user_path: UserCString, length: off_t, ) -> Result<(), Errno>