pub type PT_BYTEBUF = Vec<u8>;
Arbitrary (owned) byte buffer (Vec<u8>)
Vec<u8>
struct PT_BYTEBUF { /* private fields */ }