pub type ProgramSymbolCache = RwLock<HashMap<String, Symbol<ProgramEntrypoint>>>;
pub struct ProgramSymbolCache { /* private fields */ }