wctomb

Function wctomb 

Source
pub unsafe extern "C" fn wctomb(
    __s: *mut c_char,
    __wchar: wchar_t,
) -> c_int
Expand description

Put the multibyte character represented by WCHAR in S, returning its length.