pub fn write_kv_bool(buf: &mut Vec<u8>, key: &str, value: bool)
Write a key-value pair (string key, bool value).