Skip to main content

Perl_mg_find

Function Perl_mg_find 

Source
pub unsafe fn Perl_mg_find(
    my_perl: *mut PerlInterpreter,
    sv: *const SV,
    type_: c_int,
) -> *mut MAGIC
Expand description

thx shim for crate::Perl_mg_find.