pub type Chunk = WireU64;
A group of eight bytes, aligned to an 8-byte boundary.
struct Chunk(pub u64);
0: u64