pub type FnBounds = BTreeMap<u32, FnBound>;
Stores the starting address, end address, and name of a set of function.
struct FnBounds { /* private fields */ }