Type Alias user_opcode_handler_t

Source
pub type user_opcode_handler_t = Option<unsafe extern "C" fn(execute_data: *mut zend_execute_data) -> c_int>;

Aliased Type§

pub enum user_opcode_handler_t {
    None,
    Some(unsafe extern "C" fn(*mut _zend_execute_data) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _zend_execute_data) -> i32)

Some value of type T.