pub unsafe extern "C" fn zend_hash_get_current_key_zval_ex(
    ht: *const HashTable,
    key: *mut zval,
    pos: *mut HashPosition
)