pub fn list_create(
deallocator: Option<xmlListDeallocator>,
comparator: Option<xmlListDataCompare>,
) -> *mut ListExpand description
Create a new linked list.
ยงUPSTREAM-PARITY
xmlListPtr xmlListCreate(xmlListDeallocator deallocator,
xmlListDataCompare comparator);Creates a linked list with the given deallocator and comparator. Both may be NULL.