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