pub fn collect_crate_mono_items(
    tcx: TyCtxt<'_>,
    strategy: MonoItemCollectionStrategy
) -> (FxHashSet<MonoItem<'_>>, UsageMap<'_>)