Function zend_hash_quick_exists

Source
pub unsafe extern "C" fn zend_hash_quick_exists(
    ht: *const HashTable,
    arKey: *const c_char,
    nKeyLength: uint,
    h: ulong,
) -> c_int