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