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