pub fn visit_mut_inst<V, T>( visitor: &mut V, inst: &mut Span<Instruction>, ) -> ControlFlow<T>where V: ?Sized + VisitMut<T>,