func LibxmlGetMemoryAllocation() int { return (int)(C.xmlMemBlocks()) }
func LibxmlCheckMemoryLeak() bool { return (C.xmlMemBlocks() == 0) }
// xmlMemBlocks func MemBlocks() int { return int(C.xmlMemBlocks()) }