pub type referenceSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar)>;Expand description
SAX callback for entity references.
@param ctx the user data (XML parser context) @param name The entity name
Aliased Type§
pub enum referenceSAXFunc {
None,
Some(unsafe extern "C" fn(*mut c_void, *const u8)),
}