pub type BuiltInFn = fn(&[Value]) -> Result<Value, RuntimeError>;
Type alias for built-in function implementations