pub unsafe extern "C" fn aws_hash_table_swap(
a: *mut aws_hash_table,
b: *mut aws_hash_table
)
Expand description
Safely swaps two hash tables. Note that we swap the entirety of the hash table, including which allocator is associated.
Neither hash table is required to be initialized; if one or both is uninitialized, then the uninitialized state is also swapped.