pub fn list_back(l: *mut List) -> *mut c_void
Get the data at the back of the list.
void *xmlListBack(xmlListPtr l);
Returns the data at the back, or NULL if the list is empty.