#[unsafe(no_mangle)]pub extern "C" fn xmlHashCreateDict(
_size: c_int,
_dict: *mut c_void,
) -> *mut c_voidExpand description
Create a new hash table with a dictionary.
ยงUPSTREAM-PARITY
xmlHashTablePtr xmlHashCreateDict(int size, xmlDictPtr dict);