pub unsafe fn list_append(l: *mut List, data: *mut c_void) -> c_int
Append data to the end of the list (alias for push_back).
int xmlListAppend(xmlListPtr l, void *data);