pub unsafe extern "C" fn aws_linked_hash_table_clean_up(
table: *mut aws_linked_hash_table
)
Expand description
Cleans up the table. Elements in the table will be evicted and cleanup callbacks will be invoked.
pub unsafe extern "C" fn aws_linked_hash_table_clean_up(
table: *mut aws_linked_hash_table
)
Cleans up the table. Elements in the table will be evicted and cleanup callbacks will be invoked.