func LibxmlCleanUpParser() { // Because of our test structure, this method is called several // times during a test run (but it should only be called once // during the lifetime of the program). once.Do(func() { atomic.AddInt32(cleaned, 1) C.xmlCleanupParser() }) }
func LibxmlCleanUpParser() { C.xmlCleanupParser() }
// xmlCleanupParser func CleanupParser() { C.xmlCleanupParser() }
func XmlCleanUpParser() { C.xmlCleanupParser() }