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