pub fn contains_ident_ref<'a, N>(body: &N, ident: &'a Id) -> bool
where N: VisitWith<IdentRefFinder<'a>>,