[][src]Function cmark_gfm_sys::cmark_iter_reset

pub unsafe extern "C" fn cmark_iter_reset(
    iter: *mut cmark_iter,
    current: *mut cmark_node,
    event_type: cmark_event_type
)

Resets the iterator so that the current node is 'current' and the event type is 'event_type'. The new current node must be a descendant of the root node or the root node itself.