pub fn visit_mut_system_event<V, T>( _visitor: &mut V, _node: Span<&mut SystemEventNode>, ) -> ControlFlow<T>where V: ?Sized + VisitMut<T>,