pub unsafe extern "C" fn aws_linked_hash_table_remove(
table: *mut aws_linked_hash_table,
key: *const c_void
) -> c_int
Expand description
Removes item at key
from the table.
pub unsafe extern "C" fn aws_linked_hash_table_remove(
table: *mut aws_linked_hash_table,
key: *const c_void
) -> c_int
Removes item at key
from the table.