pub unsafe extern "C" fn dm_hash_lookup_with_count(
    t: *mut dm_hash_table,
    key: *const c_char,
    count: *mut c_int
) -> *mut c_void