Function HashTableGet

Source
pub unsafe extern "C" fn HashTableGet(
    hashTable: *const HashTable,
    key: *const c_void,
) -> *mut c_void