[][src]Function cmark_gfm_sys::cmark_node_next

pub unsafe extern "C" fn cmark_node_next(
    node: *mut cmark_node
) -> *mut cmark_node

Returns the next node in the sequence after 'node', or NULL if there is none.