pub fn visit_constant_expr<V, T>( visitor: &mut V, expr: &ConstantExpr, ) -> ControlFlow<T>where V: Visit<T> + ?Sized,