pub unsafe extern "C" fn zend_hash_extend(
    ht: *mut HashTable,
    nSize: u32,
    packed: bool
)