[][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)>;