Function wcstombs

Source
pub unsafe extern "C" fn wcstombs(
    __dst: *mut c_char,
    __src: *const wchar_t,
    __n: usize,
) -> usize