Type Definition mupdf_sys::fz_hash_table_drop_fn

source ·
pub type fz_hash_table_drop_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, val: *mut c_void)>;
Expand description

Function type called when a hash table entry is dropped.

Only used when the entire hash table is dropped.