wcrtomb_l
size_t wcrtomb_l(char * __restrict, wchar_t,
return (wcrtomb_l(s, c32, ps, locale));
return wcrtomb_l(s, wc, ps, __get_locale());