pub unsafe extern "C" fn fz_drop_hash_table(
    ctx: *mut fz_context,
    table: *mut fz_hash_table
)
Expand description

Destroy the hash table.

Values are dropped using the drop function.