Skip to main content

xmlCleanupParser

Function xmlCleanupParser 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlCleanupParser()
Expand description

Clean up the library (libxml2 compatibility)

§Safety

This function should be called when the library is no longer needed. It is not thread-safe to call concurrently with other libxml2 functions.