[][src]Function cmark_gfm_sys::cmark_node_last_child

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

Returns the last child of 'node', or NULL if 'node' has no children.