pub fn encode_varint_vec(value: u64, out: &mut Vec<u8>)
Encode a varint and append it to a Vec<u8>.
Vec<u8>