pub type endDocumentSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void)>;Expand description
SAX callback for end of document.
@param ctx the user data (XML parser context)
Aliased Type§
pub enum endDocumentSAXFunc {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}