Skip to main content

Perl_mg_copy

Function Perl_mg_copy 

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

thx shim for crate::Perl_mg_copy.