pub type apply_func_arg_t = Option<unsafe extern "C" fn(pDest: *mut zval, argument: *mut c_void) -> c_int>;
enum apply_func_arg_t { None, Some(unsafe extern "C" fn(_: *mut _zval_struct, _: *mut c_void) -> i32), }
No value.
Some value of type T.
T