pub type referenceSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar)>;
pub enum referenceSAXFunc { None, Some(unsafe extern "C" fn(*mut c_void, *const u8)), }
No value.
Some value of type T.
T