pub type getParameterEntitySAXFunc = unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar) -> *mut _xmlEntity;
Callback to get a parameter entity.
Returns a pointer to a parameter entity or NULL.