pub fn write_f32(buf: &mut BytesMut, value: f32)
Writes an f32 value (REAL/FLOAT4) for a nullable column. Format: [not-null indicator: 1 byte (0)][value: 4 bytes LittleEndian]