[][src]Type Definition mupdf_sys::fz_hash_table_for_each_fn

type fz_hash_table_for_each_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, state: *mut c_void, key: *mut c_void, keylen: c_int, val: *mut c_void)>;

Callback function called on each key/value pair in the hash table, when fz_hash_for_each is run.