pub type FunctionCalls = BTreeMap<u32, CalledFunction>;
struct FunctionCalls { /* private fields */ }