pub const MAX_VARINT_BYTES: usize = 10;
Upper bound on bytes for a 64-bit LEB128 value: ceil(64 / 7) = 10.
ceil(64 / 7) = 10