wcstombs
extern size_t wcstombs(char *string, const wchar_t *pwcs, size_t maxSize);
wcstombs(buffer, (wchar_t*)newCell.chars,
B_DEFINE_WEAK_ALIAS(__wcstombs, wcstombs);
wcstombs(path, wPath, wcslen(wPath)*sizeof(wchar_t));
i = wcstombs(c, w, 10);