pub fn list_size(l: *mut List) -> c_int
Get the number of elements in the list.
int xmlListSize(xmlListPtr l);
Returns the number of elements, or -1 if the list is NULL.