pub fn kv_to_string<K, V>(body: &mut String, k: &K, v: &V)
where K: Debug, V: Debug,