pub fn vlq_encode(out: &mut Vec<u8>, value: i64)
Encode a single VLQ value, appending base64 chars to the output buffer.