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.
pub unsafe extern "C" fn fz_drop_xml(
ctx: *mut fz_context,
xml: *mut fz_xml,
)Drop a reference to the XML. When the last reference is
dropped, the node and all its children and siblings will
be freed.