Function mupdf_sys::fz_tree_lookup

source ·
pub unsafe extern "C" fn fz_tree_lookup(
    ctx: *mut fz_context,
    node: *mut fz_tree,
    key: *const c_char
) -> *mut c_void
Expand description

Look for the value of a node in the tree with the given key.

Simple pointer equivalence is used for key.

Returns NULL for no match.