artichoke_backend::sys

Function mrb_define_global_const

Source
pub unsafe extern "C" fn mrb_define_global_const(
    mrb: *mut mrb_state,
    name: *const c_char,
    val: mrb_value,
)