wcrtomb
wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps)
#undef wcrtomb
#define wcrtomb(s, wc, ps) m_sb_wctomb(s, wc)
#define wcrtomb(c, w, s) wctomb(c, w)
wcrtomb(char *s, wchar_t wc, mbstate_t *ps)
#undef wcrtomb
#define wcrtomb(mb, wc, state) wctomb(mb, wc)