pub unsafe extern "C" fn list_iterator_next( l: *mut list_t, ) -> *mut c_void
return the next element in the iteration session.
@param l list to operate @return element datum, or NULL on errors