Function mupdf_sys::fz_dom_next

source ·
pub unsafe extern "C" fn fz_dom_next(
    ctx: *mut fz_context,
    elt: *mut fz_xml
) -> *mut fz_xml
Expand description

Return a borrowed reference to the next sibling of a node, or NULL if there isn’t one.