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