* with the resetted iterator.
*
* @param this calling object
- * @return SUCCESS in any case
*/
void (*reset) (iterator_t *this);
* @brief Destroys an iterator.
*
* @param this iterator to destroy
- * @return SUCCESS in any case
*
*/
void (*destroy) (iterator_t *this);