pub type getEntitySAXFunc = unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar) -> *mut _xmlEntity;Expand description
Callback to get an entity.
Returns a pointer to an entity or NULL.
§UPSTREAM-PARITY
Ownership: The returned entity is owned by the document’s entity table. The caller must not free it.