pub type endElementSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar);
Callback for element end (SAX1).