libc

Function wcstombs

Source
pub unsafe extern "C" fn wcstombs(
    dest: *mut c_char,
    src: *const wchar_t,
    n: size_t,
) -> size_t