[][src]Function cmark_gfm_sys::cmark_node_set_literal

pub unsafe extern "C" fn cmark_node_set_literal(
    node: *mut cmark_node,
    content: *const c_char
) -> c_int

Sets the string contents of 'node'. Returns 1 on success, 0 on failure.