pub type GosHashMap = HashMap<GosValue, RefCell<GosValue>>;
pub struct GosHashMap { /* private fields */ }