pub unsafe extern "C" fn wcstombs( __s: *mut c_char, __pwcs: *const wchar_t, __n: usize, ) -> usize
Convert a wide char string to multibyte string.