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