pub unsafe extern "C" fn zend_llist_apply_with_arguments(
    l: *mut zend_llist,
    func: llist_apply_with_args_func_t,
    num_args: c_int
    ...
)