Function _zend_hash_init_ex

Source
pub unsafe extern "C" fn _zend_hash_init_ex(
    ht: *mut HashTable,
    nSize: uint,
    pHashFunction: hash_func_t,
    pDestructor: dtor_func_t,
    persistent: zend_bool,
    bApplyProtection: zend_bool,
) -> c_int