pub unsafe extern "C" fn zend_llist_apply_with_del(
    l: *mut zend_llist,
    func: Option<unsafe extern "C" fn(data: *mut c_void) -> c_int>
)