Skip to main content

xmlListCreate

Function xmlListCreate 

Source
#[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_void
Expand description

Create a new list.

ยงUPSTREAM-PARITY

xmlListPtr xmlListCreate(xmlListDeallocator deallocator,
                         xmlListDataCompare compare);