Skip to main content

xmlHashCreateDict

Function xmlHashCreateDict 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlHashCreateDict( _size: c_int, _dict: *mut c_void, ) -> *mut c_void
Expand description

Create a new hash table with a dictionary.

ยงUPSTREAM-PARITY

xmlHashTablePtr xmlHashCreateDict(int size, xmlDictPtr dict);