pub type JsObjectMutRef<D> = MutRef<JsObject<D>, D>;
pub struct JsObjectMutRef<D>(/* private fields */);