fn set_content_id(
    nodes: &[&Syntax<'_>],
    existing: &mut HashMap<(Option<String>, Option<String>, Vec<u32>, bool, bool), u32, BuildHasherDefault<FxHasher>>
)