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