Function Perl_mbtowc_

Source
pub unsafe extern "C" fn Perl_mbtowc_(
    my_perl: *mut PerlInterpreter,
    pwc: *const wchar_t,
    s: *const c_char,
    len: usize,
) -> c_int