Function Perl_sv_mortalcopy

Source
pub unsafe extern "C" fn Perl_sv_mortalcopy(
    my_perl: *mut PerlInterpreter,
    oldsv: *mut SV,
) -> *mut SV