#[unsafe(no_mangle)]pub extern "C" fn xmlListCreate(
_deallocator: Option<unsafe extern "C" fn(*mut c_void)>,
_compare: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> c_int>,
) -> *mut c_voidExpand description
Create a new list.
ยงUPSTREAM-PARITY
xmlListPtr xmlListCreate(xmlListDeallocator deallocator,
xmlListDataCompare compare);