[][src]Function cmark_gfm_sys::cmark_llist_append

pub unsafe extern "C" fn cmark_llist_append(
    mem: *mut cmark_mem,
    head: *mut cmark_llist,
    data: *mut c_void
) -> *mut cmark_llist

Append an element to the linked list, return the possibly modified head of the list.