pub fn list_empty(l: *mut List) -> c_int
Check if the list is empty.
int xmlListEmpty(xmlListPtr l);
Returns 1 if empty, 0 if not empty.