Function glib_sys::g_hash_table_new_full [] [src]

pub unsafe extern fn g_hash_table_new_full(hash_func: GHashFunc,
                                           key_equal_func: GEqualFunc,
                                           key_destroy_func: GDestroyNotify,
                                           value_destroy_func: GDestroyNotify)
                                           -> *mut GHashTable