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