pub const VARINT_MAX_BYTES: usize = 10;
Maximum bytes in a 64-bit varint (ceil(64 / 7)).
ceil(64 / 7)