wcstof
float wcstof(const wchar_t * __restrict, wchar_t ** __restrict);
float res = wcstof(buf, NULL);