pub unsafe extern "C" fn Perl_newTRYCATCHOP( my_perl: *mut PerlInterpreter, flags: I32, tryblock: *mut OP, catchvar: *mut OP, catchblock: *mut OP, ) -> *mut OP