pub fn hash_create(size: c_int) -> *mut HashTable
Create a new hash table.
xmlHashTablePtr xmlHashCreate(int size);
Creates a hash table with the given initial size. If size <= 0, uses the default size.