pub type commentSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, value: *const xmlChar);
Callback for comments.