pub type startElementSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar, atts: *mut *const xmlChar)>;Aliased Type§
pub enum startElementSAXFunc {
None,
Some(unsafe extern "C" fn(*mut c_void, *const u8, *mut *const u8)),
}