pub fn visit_mut_debug_options<V, T>( visitor: &mut V, options: Span<&mut DebugOptions>, ) -> ControlFlow<T>where V: ?Sized + VisitMut<T>,