Function Perl_sv_grow_fresh

Source
pub unsafe extern "C" fn Perl_sv_grow_fresh(
    my_perl: *mut PerlInterpreter,
    sv: *mut SV,
    newlen: STRLEN,
) -> *mut c_char