Function Perl_newGIVENOP

Source
pub unsafe extern "C" fn Perl_newGIVENOP(
    my_perl: *mut PerlInterpreter,
    cond: *mut OP,
    block: *mut OP,
    defsv_off: PADOFFSET,
) -> *mut OP