pub const MAGIC: [u8; 11];
Leading bytes identifying our format.
The leading NUL makes git’s own heuristics treat the blob as binary, so git diff reports Binary files differ instead of dumping noise.
git diff
Binary files differ