[][src]Function mupdf_sys::fz_new_link

pub unsafe extern "C" fn fz_new_link(
    ctx: *mut fz_context,
    bbox: fz_rect,
    doc: *mut c_void,
    uri: *const c_char
) -> *mut fz_link

Create a new link record.

next is set to NULL with the expectation that the caller will handle the linked list setup.