pub unsafe extern "C" fn HashTableSetValueComparisonFunction( hashTable: *mut HashTable, valuecmp: Option<unsafe extern "C" fn(value1: *const c_void, value2: *const c_void) -> c_int>, )