Function Perl_mg_copy

Source
pub unsafe extern "C" fn Perl_mg_copy(
    my_perl: *mut PerlInterpreter,
    sv: *mut SV,
    nsv: *mut SV,
    key: *const c_char,
    klen: I32,
) -> c_int