pub fn hash_size(table: *mut HashTable) -> c_int
Get the number of entries in the hash table.
int xmlHashSize(xmlHashTablePtr table);