pub type user_opcode_handler_t = Option<unsafe extern "C" fn(execute_data: *mut zend_execute_data) -> c_int>;
pub enum user_opcode_handler_t { None, Some(unsafe extern "C" fn(*mut _zend_execute_data) -> i32), }
No value.
Some value of type T.
T