pub fn dict_create() -> *mut Dict
Create a new dictionary.
xmlDictPtr xmlDictCreate(void);
Returns a pointer to the newly created dictionary, or NULL on failure.