pub const VARINT_PAYLOAD_MASK: u8 = 0x7F;
Payload bit mask for varint encoding.
The lower 7 bits of each byte contain the actual data.