fn eval_apply( positional: &[RValue], named: &[(String, RValue)], simplify: bool, context: &BuiltinContext<'_>, ) -> Result<RValue, RError>