Function zend_hash_index_find

Source
pub unsafe extern "C" fn zend_hash_index_find(
    ht: *const HashTable,
    h: ulong,
    pData: *mut *mut c_void,
) -> c_int