pub fn dict_get_usage(dict: *mut Dict) -> usize
Get the current number of entries in the dictionary.
size_t xmlDictGetUsage(xmlDictPtr dict);
Returns the number of active entries.