pub type apply_func_arg_t = Option<unsafe extern "C" fn(pDest: *mut zval, argument: *mut c_void) -> c_int>;
pub 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