pub const BLOCK_HEADER_SIZE: usize = 8;
Size of the per-block header on disk: 4 bytes uncompressed_size + 4 bytes CRC32 checksum.