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