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