pub fn div_mod<M: Manager>(
m: M,
lhs: &JsBigint,
rhs: &JsBigint,
) -> (JsBigintMutRef<M::Dealloc>, JsBigintMutRef<M::Dealloc>)
pub fn div_mod<M: Manager>(
m: M,
lhs: &JsBigint,
rhs: &JsBigint,
) -> (JsBigintMutRef<M::Dealloc>, JsBigintMutRef<M::Dealloc>)