Type Alias 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

Aliased Type§

enum xmlDeregisterNodeFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut _xmlNode)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _xmlNode))

Some value of type T.