Function HashTableContainsValue

Source
pub unsafe extern "C" fn HashTableContainsValue(
    hashTable: *const HashTable,
    value: *const c_void,
) -> c_int