pub unsafe extern "C" fn dm_hash_insert_allow_multiple(
    t: *mut dm_hash_table,
    key: *const c_char,
    val: *const c_void,
    val_len: u32
) -> c_int