pub unsafe extern "C" fn zend_cleanup_unfinished_execution(
    execute_data: *mut zend_execute_data,
    op_num: u32,
    catch_op_num: u32
)