[][src]Function cmark_gfm_sys::cmark_llist_free_full

pub unsafe extern "C" fn cmark_llist_free_full(
    mem: *mut cmark_mem,
    head: *mut cmark_llist,
    free_func: cmark_free_func
)

Free the list starting with 'head', calling 'free_func' with the data pointer of each of its elements