__wcstombs
extern size_t __wcstombs(char *string, const wchar_t *wcs, size_t maxSize);
B_DEFINE_WEAK_ALIAS(__wcstombs, wcstombs);