Function mupdf_sys::fz_hash_find

source ·
pub unsafe extern "C" fn fz_hash_find(
    ctx: *mut fz_context,
    table: *mut fz_hash_table,
    key: *const c_void
) -> *mut c_void
Expand description

Search for a matching hash within the table, and return the associated value.