#[unsafe(no_mangle)]pub extern "C" fn xmlHashCreate(_size: c_int) -> *mut c_void
Create a new hash table.
xmlHashTablePtr xmlHashCreate(int size);