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