Function mbtowc

Source
pub unsafe extern "C" fn mbtowc(
    __wc_ptr: *mut wchar_t,
    __s: *const c_char,
    __n: usize,
) -> c_int