pub const fn varint_len(v: u64) -> usize
Returns how many bytes it would take to encode v as a variable-length integer.
v