pub type RawMap<'buf> = BTreeMap<RawStr<'buf>, Element<'buf>>;
pub struct RawMap<'buf> { /* private fields */ }