pub unsafe extern "C" fn aws_hash_table_clean_up(
    map: *mut aws_hash_table
)
Expand description

Deletes every element from map and frees all associated memory. destroy_fn will be called for each element. aws_hash_table_init must be called before reusing the hash table.

This method is idempotent.