pub type xmlRegisterNodeFunc = Option<unsafe extern "C" fn(node: xmlNodePtr)>;Expand description
xmlRegisterNodeFunc: @node: the current node
Signature for the registration callback of a created node
Aliased Type§
enum xmlRegisterNodeFunc {
None,
Some(unsafe extern "C" fn(_: *mut _xmlNode)),
}