[][src]Function cmark_gfm_sys::cmark_node_get_string_content

pub unsafe extern "C" fn cmark_node_get_string_content(
    node: *mut cmark_node
) -> *const c_char

Return the string content for all types of 'node'. The pointer stays valid as long as 'node' isn't freed.