#include <string>

namespace Opus{
  std::string Opus_prettyPacket(const char *part, int len);
}