pub fn write_i64<T: TryInto<i64>>(value: T, buf: &mut impl BufMut)
Encodes a signed 64-bit integer as a varint using ZigZag encoding