pub type CallGraph = FxIndexMap<Function, FxIndexSet<Function>>;
struct CallGraph { /* private fields */ }