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