pub(crate) fn mir_callgraph_reachable<'tcx>(
    tcx: TyCtxt<'tcx>,
    (root, target): (Instance<'tcx>, LocalDefId)
) -> bool