pub type resolveEntitySAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void, publicId: *const xmlChar, systemId: *const xmlChar) -> xmlParserInputPtr>;Aliased Type§
pub enum resolveEntitySAXFunc {
None,
Some(unsafe extern "C" fn(*mut c_void, *const u8, *const u8) -> *mut _xmlParserInput),
}