pub type FunctionId = DefId;
The type identifying a function that is used in call sites.
struct FunctionId { pub index: DefIndex, pub krate: CrateNum, }
index: DefIndex
krate: CrateNum