pub fn encode<W>(value: i64, output: &mut W) -> Result<()>where W: Write,
Encode a value as Base64 VLQ, sending it to the writer.