pub fn dict_set_limit(dict: *mut Dict, limit: usize) -> usize
Set the maximum number of entries allowed in the dictionary.
size_t xmlDictSetLimit(xmlDictPtr dict, size_t limit);
Returns the previous limit.