Skip to main content

Perl_newGVOP

Function Perl_newGVOP 

Source
pub unsafe fn Perl_newGVOP(
    my_perl: *mut PerlInterpreter,
    type_: I32,
    flags: I32,
    gv: *mut GV,
) -> *mut OP
Expand description

thx shim for crate::Perl_newGVOP.