[][src]Function cmark_gfm_sys::cmark_node_set_type

pub unsafe extern "C" fn cmark_node_set_type(
    node: *mut cmark_node,
    type_: cmark_node_type
) -> c_int

Change the type of 'node'.

Return 0 if the type could be changed, 1 otherwise.