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