[][src]Function mupdf_sys::fz_new_hash_table

pub unsafe extern "C" fn fz_new_hash_table(
    ctx: *mut fz_context,
    initialsize: c_int,
    keylen: c_int,
    lock: c_int,
    drop_val: fz_hash_table_drop_fn
) -> *mut fz_hash_table