pub fn visit_constant_ref<V, T>( _visitor: &mut V, _path: &Span<Arc<Path>>, ) -> ControlFlow<T>where V: Visit<T> + ?Sized,