[][src]Function cmark_gfm_sys::cmark_node_parent

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

Returns the parent of 'node', or NULL if there is none.