mrb_module_get

Function mrb_module_get 

Source
pub unsafe extern "C-unwind" fn mrb_module_get(
    mrb: *mut mrb_state,
    name: *const c_char,
) -> *mut RClass