__mpn_add_1
mp_limb_t cy = __mpn_add_1 (retval, retval, RETURN_LIMB_SIZE, 1);
cy += __mpn_add_1 (n, n, *nsize, low);