pub unsafe extern "C" fn aws_hash_table_clear(
map: *mut aws_hash_table
)
Expand description
Removes every element from the hash map. destroy_fn will be called for each element.
pub unsafe extern "C" fn aws_hash_table_clear(
map: *mut aws_hash_table
)
Removes every element from the hash map. destroy_fn will be called for each element.