pub fn write_i32(buf: &mut BytesMut, value: i32)
Writes an i32 value (INT) for a nullable column. Format: [not-null indicator: 1 byte (0)][value: 4 bytes LittleEndian]