Rename bignum_divrem to bignum_divide, removing the remainder argument. None of the existing calls to bignum_divrem pass a non-nil remainder pointer, so there's no point in the unnecessary complication (and the support infrastrcture entailed).