Skip to main content

Perl_gv_fetchpv

Function Perl_gv_fetchpv 

Source
pub unsafe fn Perl_gv_fetchpv(
    my_perl: *mut PerlInterpreter,
    nambeg: *const c_char,
    flags: I32,
    sv_type: svtype,
) -> *mut GV
Expand description

thx shim for crate::Perl_gv_fetchpv.