[][src]Function libperl_sys::Perl_mg_copy

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