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