pub unsafe extern "C" fn rb_funcall_with_block(
    arg1: VALUE,
    arg2: ID,
    arg3: c_int,
    arg4: *const VALUE,
    arg5: VALUE
) -> VALUE