# File tokyotyrant.rb, line 1240
    def genuid()
      rv = misc("genuid", Array.new, 0)
      return -1 if !rv
      return rv[0]
    end