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