pub const MAX_VARINT_SIZE: usize = 19;
Maximum size needed for any varint encoding (u128 max = 19 bytes)