[][src]Type Definition mruby_sys::mrb_iv_foreach_func

type mrb_iv_foreach_func = Option<unsafe extern "C" fn(arg1: *mut mrb_state, arg2: mrb_sym, arg3: mrb_value, arg4: *mut c_void) -> c_int>;