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
)
Expand description

Iterate over the entries in a hash table.