Function Perl_newGVOP

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