use alloc::vec::Vec; pub type CallStack = Vec; pub struct FnCall { pub ret: usize, }