UINTMAX_MAX
return __strtox(nptr, endptr, base, 0, UINTMAX_MAX);
return parse_bounded_uint(buffer, count, result, base, UINTMAX_MAX);