pub unsafe extern "C" fn aws_linked_hash_table_put(
table: *mut aws_linked_hash_table,
key: *const c_void,
p_value: *mut c_void
) -> c_int
Expand description
Puts p_value
at key
. If an element is already stored at key
it will be replaced.