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