#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlGetExternalEntityLoader() -> Option<unsafe extern "C" fn(URL: *const c_char, ID: *const c_char, ctxt: *mut _xmlParserCtxt) -> *mut _xmlParserInput>Expand description
Get the current external entity loader.
§UPSTREAM-PARITY
xmlExternalEntityLoader xmlGetExternalEntityLoader(void);