pub fn write_i16(buf: &mut BytesMut, value: i16)
Writes an i16 value (SMALLINT) for a nullable column. Format: [not-null indicator: 1 byte (0)][value: 2 bytes LittleEndian]