Function Perl_sv_setpvn_fresh

Source
pub unsafe extern "C" fn Perl_sv_setpvn_fresh(
    my_perl: *mut PerlInterpreter,
    sv: *mut SV,
    ptr: *const c_char,
    len: STRLEN,
)