pub fn write_compact_nullable_string( buf: &mut BytesMut, value: Option<&KafkaString>, ) -> Result<()>
Write a nullable compact Kafka string (unsigned varint, 0 = null).
0