utils接口说明(1) 编码(2) 解码utils接口说明tera中utils操作主要用来编码和解码counter cell (1) 编码static std::string EncodeCounter(int64_t counter);(2) 解码static bool DecodeCounter(const std::string& buf, int64_t* counter);