pub unsafe extern "C" fn zend_stack_apply_with_argument( stack: *mut zend_stack, type_: c_int, apply_function: Option<unsafe extern "C" fn(element: *mut c_void, arg: *mut c_void) -> c_int>, arg: *mut c_void)