[][src]Function cmark_gfm_sys::cmark_node_unlink

pub unsafe extern "C" fn cmark_node_unlink(node: *mut cmark_node)

Unlinks a 'node', removing it from the tree, but not freeing its memory. (Use 'cmark_node_free' for that.)