fz_drop_xml

Function fz_drop_xml 

Source
pub unsafe extern "C" fn fz_drop_xml(
    ctx: *mut fz_context,
    xml: *mut fz_xml,
)
Expand description

Drop a reference to the XML. When the last reference is
dropped, the node and all its children and siblings will
be freed.