pub unsafe extern "C" fn zend_llist_del_element( l: *mut zend_llist, element: *mut c_void, compare: Option<unsafe extern "C" fn(element1: *mut c_void, element2: *mut c_void) -> c_int>, )