[][src]Function mupdf_sys::fz_hash_for_each

pub unsafe extern "C" fn fz_hash_for_each(
    ctx: *mut fz_context,
    table: *mut fz_hash_table,
    state: *mut c_void,
    callback: fz_hash_table_for_each_fn
)

Iterate over the entries in a hash table.