pub type HeapInnerMap = HashMap<Cow<'static, str>, BufValue>;
pub struct HeapInnerMap { /* private fields */ }