pub type Bytes = Byte;
The structure for representing a specific number of bytes.
struct Bytes(/* private fields */);