pub fn dict_size(dict: *const Dict) -> c_int
Get the number of entries in the dictionary.
int xmlDictSize(xmlDictPtr dict);
Returns the number of active entries, or -1 if dict is NULL.