pub(crate) fn try_inline_glob(
    cx: &mut DocContext<'_>,
    res: Res,
    visited: &mut FxHashSet<DefId>,
    inlined_names: &mut FxHashSet<(ItemType, Symbol)>
) -> Option<Vec<Item>>