pub type DynMapRefMut<'v> = ValueRefMut<'v, DynMapValueType>;
struct DynMapRefMut<'v> { /* private fields */ }