pub unsafe extern "C" fn mrb_define_const(
    mrb: *mut mrb_state,
    cla: *mut RClass,
    name: *const c_char,
    val: mrb_value
)