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