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