pub unsafe 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 U8Expand description
thx shim for crate::Perl_utf8_to_utf16_base.