pub type BuiltinFn = fn(Vec<Value>) -> Result<Value, RuntimeError>;
Type alias for built-in function signatures.