# File lib/gpgme.rb, line 201
    def keylist_next
      key = []
      GPGME::check_error(:gpgme_op_keylist_next, self, key)
      key[0]
    end