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