pub unsafe extern "C" fn rb_iterate(
    _: *mut extern "C" fn(_: VALUE) -> VALUE,
    _: VALUE,
    _: *mut extern "C" fn() -> VALUE,
    _: VALUE
) -> VALUE