pub type cdataBlockSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, value: *const xmlChar, len: c_int);
Callback for CDATA block.