pub type resolveEntitySAXFunc = unsafe extern "C" fn(ctx: *mut c_void, publicId: *const xmlChar, systemId: *const xmlChar) -> *mut _xmlParserInput;Expand description
Callback to resolve an external entity.
Returns a newly allocated xmlParserInputPtr or NULL.
ยงUPSTREAM-PARITY
Ownership: The returned xmlParserInputPtr is owned by the parser context.