pub fn visit_mut_constant<V, T>( visitor: &mut V, constant: &mut Constant, ) -> ControlFlow<T>where V: ?Sized + VisitMut<T>,