[][src]Function cmark_gfm_sys::cmark_node_prepend_child

pub unsafe extern "C" fn cmark_node_prepend_child(
    node: *mut cmark_node,
    child: *mut cmark_node
) -> c_int

Adds 'child' to the beginning of the children of 'node'. Returns 1 on success, 0 on failure.