pub type xmlExternalEntityLoader = Option<unsafe extern "C" fn(URL: *const c_char, ID: *const c_char, context: xmlParserCtxtPtr) -> xmlParserInputPtr>;Aliased Type§
pub enum xmlExternalEntityLoader {
None,
Some(unsafe extern "C" fn(*const i8, *const i8, *mut _xmlParserCtxt) -> *mut _xmlParserInput),
}