[][src]Function cmark_gfm_sys::cmark_node_set_url

pub unsafe extern "C" fn cmark_node_set_url(
    node: *mut cmark_node,
    url: *const c_char
) -> c_int

Sets the URL of a link or image 'node'. Returns 1 on success, 0 on failure.