Skip to main content

Perl_gv_fetchsv

Function Perl_gv_fetchsv 

Source
pub unsafe fn Perl_gv_fetchsv(
    my_perl: *mut PerlInterpreter,
    name: *mut SV,
    flags: I32,
    sv_type: svtype,
) -> *mut GV
Expand description

thx shim for crate::Perl_gv_fetchsv.