pub const fn encode_i64_sequence_to( sequence: &[i64], buf: &mut [u8], ) -> Result<usize, EncodeError>
Encodes a sequence of i64 to the buffer.
i64