pub type xmlRegExecCallbacks = Option<unsafe extern "C" fn(exec: xmlRegExecCtxtPtr, token: *const xmlChar, transdata: *mut c_void, inputdata: *mut c_void)>;Aliased Type§
pub enum xmlRegExecCallbacks {
None,
Some(unsafe extern "C" fn(*mut _xmlRegExecCtxt, *const u8, *mut c_void, *mut c_void)),
}