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