fn sub_mul_digit_same_len(a: &mut [u64], b: &[u64], c: u64) -> u64
Subtract a multiple. a -= b * c Returns a borrow (if a < b then borrow > 0).