pub type xmlResourceLoader = unsafe extern "C" fn(ctxt: *mut c_void, url: *const c_char, options: c_int, type_: c_int) -> *mut _xmlParserInput;Expand description
Resource loader callback.
Loads a resource identified by url and returns a parser input.
ยงUPSTREAM-PARITY
type_: The type of resource being loaded (1 = parser entity, 2 = stylesheet include, 3 = stylesheet import, 4 = document)