Type Definition libxml::bindings::xmlListDeallocator [−][src]
type xmlListDeallocator = Option<unsafe extern "C" fn(lk: xmlLinkPtr)>;
xmlListDeallocator: @lk: the data to deallocate
Callback function used to free data from a list.