pub type Chunk = u64_le;
A group of eight bytes, aligned to an 8-byte boundary.
struct Chunk(/* private fields */);