pub unsafe extern "C" fn HashTableSetKeyComparisonFunction( hashTable: *mut HashTable, keycmp: Option<unsafe extern "C" fn(key1: *const c_void, key2: *const c_void) -> c_int>, )