vsnprintf_l
int vsnprintf_l(char * __restrict, size_t, locale_t,
return vsnprintf_l(str, n, __get_locale(), fmt, ap);