Function zend_llist_apply_with_argument

Source
pub unsafe extern "C" fn zend_llist_apply_with_argument(
    l: *mut zend_llist,
    func: llist_apply_with_arg_func_t,
    arg: *mut c_void,
)