pub unsafe extern "C" fn replace(
ht: *mut cds_lfht,
old_iter: *mut cds_lfht_iter,
hash: c_ulong,
match_: Option<unsafe extern "C" fn(node: *mut cds_lfht_node, key: *const c_void) -> c_int>,
key: *const c_void,
new_node: *mut cds_lfht_node,
) -> c_int