pub unsafe extern "C" fn phper_zend_hash_foreach_key_val(
    array: *mut zend_array,
    f: phper_foreach_func_arg_t,
    argument: *mut c_void
)