[][src]Function cmark_gfm_sys::cmark_render_commonmark_with_mem

pub unsafe extern "C" fn cmark_render_commonmark_with_mem(
    root: *mut cmark_node,
    options: c_int,
    width: c_int,
    mem: *mut cmark_mem
) -> *mut c_char

As for 'cmark_render_commonmark', but specifying the allocator to use for the resulting string.