Function Perl_utf8_to_uvchr_buf

Source
pub unsafe extern "C" fn Perl_utf8_to_uvchr_buf(
    my_perl: *mut PerlInterpreter,
    s: *const U8,
    send: *const U8,
    retlen: *mut STRLEN,
) -> UV