pub type charactersSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, ch: *const xmlChar, len: c_int);
Callback for character data.