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