Skip to main content

Perl_mg_findext

Function Perl_mg_findext 

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

thx shim for crate::Perl_mg_findext.