apply_func_args_t

Type Alias apply_func_args_t 

Source
pub type apply_func_args_t = Option<unsafe extern "C" fn(pDest: *mut zval, num_args: c_int, args: va_list, hash_key: *mut zend_hash_key) -> c_int>;

Aliased Type§

pub enum apply_func_args_t {
    None,
    Some(unsafe extern "C" fn(*mut _zval_struct, i32, *mut i8, *mut _zend_hash_key) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _zval_struct, i32, *mut i8, *mut _zend_hash_key) -> i32)

Some value of type T.