[][src]Function cmark_gfm_sys::cmark_node_set_list_type

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

Sets the list type of 'node', returning 1 on success and 0 on error.