Function mupdf_sys::fz_hash_remove[][src]

pub unsafe extern "C" fn fz_hash_remove(
    ctx: *mut fz_context,
    table: *mut fz_hash_table,
    key: *const c_void
)

Remove the entry for a given key.

The value is NOT freed, so the caller is expected to take care of this.