pub fn encode_sfixed64(value: i64, buf: &mut impl EncodeSink)Expand description
Encode an sfixed64 value as 8 bytes little-endian (wire type 1).
sfixed64 is a signed 64-bit integer stored as its two’s complement
representation in little-endian order — identical bit pattern to fixed64.