BN_div_internal
return BN_div_internal(quotient, remainder, numerator, divisor, ctx, ct);
return BN_div_internal(quotient, remainder, numerator, divisor, ctx, 0);
return BN_div_internal(quotient, remainder, numerator, divisor, ctx, 1);