pub fn visit_mut_evaluator_function<V, T>( visitor: &mut V, expr: &mut EvaluatorFunction, ) -> ControlFlow<T>where V: ?Sized + VisitMut<T>,