pub type Bytes = Vec<u8>;
Scalar for arbitrarily-sized byte payloads.
struct Bytes { /* private fields */ }