wcstof_l
float wcstof_l(const wchar_t * __restrict, wchar_t ** __restrict, locale_t);
__weak_alias(wcstof_l,_wcstof_l)
float res = wcstof_l(buf, &p, loc);