Function Perl_utf16_to_utf8_base

Source
pub unsafe extern "C" fn Perl_utf16_to_utf8_base(
    my_perl: *mut PerlInterpreter,
    p: *mut U8,
    d: *mut U8,
    bytelen: usize,
    newlen: *mut usize,
    high: bool,
    low: bool,
) -> *mut U8