pub fn encode_varint_bytes(v: u64) -> ([u8; 9], usize)
Encodes v into an order-preserving varint returned as a fixed-size byte array and length.
v