Function zend_hash_find

Source
pub unsafe extern "C" fn zend_hash_find(
    ht: *const HashTable,
    arKey: *const c_char,
    nKeyLength: uint,
    pData: *mut *mut c_void,
) -> c_int