pub fn eval_builtin_function( name: &str, args: &[Value], ) -> Result<Option<Value>, InterpreterError>
Evaluate a builtin function call
Evaluate built-in function (complexity: 8, refactored from 11)