pub type ignorableWhitespaceSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void, ch: *const xmlChar, len: c_int)>;
pub enum ignorableWhitespaceSAXFunc { None, Some(unsafe extern "C" fn(*mut c_void, *const u8, i32)), }
No value.
Some value of type T.
T