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