Function Perl_op_wrap_finally

Source
pub unsafe extern "C" fn Perl_op_wrap_finally(
    my_perl: *mut PerlInterpreter,
    block: *mut OP,
    finally: *mut OP,
) -> *mut OP