pub unsafe fn Perl_bytes_from_utf8_loc(
my_perl: *mut PerlInterpreter,
s: *const U8,
lenp: *mut STRLEN,
is_utf8p: *mut bool,
first_unconverted: *mut *const U8,
) -> *mut U8Expand description
thx shim for crate::Perl_bytes_from_utf8_loc.