pub fn write_tuple_start(_buf: &mut BytesMut, _field_count: i16)
Writes a tuple start marker (no-op for HyperBinary).
HyperBinary
HyperBinary format does not use tuple start markers. This is kept for API compatibility but does nothing.