pub fn visit_table_like_kv<'doc, V>(v: &mut V, _key: &'doc str, node: &'doc Item)where
    V: Visit<'doc> + ?Sized,