pub fn eval<T: Runtime>( runtime: T, script_content: &str, args: &[String], script_path: Option<&str>, wrap_width: Option<usize>, ) -> Result<Vec<ArgcValue>>