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