pub unsafe extern "C" fn dm_hash_insert_binary(
    t: *mut dm_hash_table,
    key: *const c_void,
    len: u32,
    data: *mut c_void
) -> c_int