Function Perl_utf8_to_utf16_base

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