# File lib/rpm/match_iterator.rb, line 15
    def self.from_ptr(ptr)
      new(::FFI::AutoPointer.new(ptr, MatchIterator.method(:release)))
    end