strtoull_l
unsigned long long strtoull_l(const char *, char **, int, locale_t);
return strtoull_l(nptr, endptr, base, __get_locale());