Type Definition libxml::bindings::xmlDeregisterNodeFunc

source ·
pub type xmlDeregisterNodeFunc = Option<unsafe extern "C" fn(node: xmlNodePtr)>;
Expand description

xmlDeregisterNodeFunc: @node: the current node

Signature for the deregistration callback of a discarded node