# File lib/ffi/struct.rb, line 190
      def each(&blk)
        to_a.each(&blk)
      end