Function list_iterator_next

Source
pub unsafe extern "C" fn list_iterator_next(
    l: *mut list_t,
) -> *mut c_void
Expand description

return the next element in the iteration session.

@param l list to operate @return element datum, or NULL on errors