pub fn put_i16b(buf: &mut [u8], n: i16)
Expand description

Converts an i16 into 2 unsigned bytes and writes them in a big-endian order at the start of a buffer.