pub fn encoding_len(num: u64) -> usize
Returns the number of bytes required for a u64 in its variable-byte encoding.
u64