pub unsafe extern "C" fn mrb_module_get(
mrb: *mut mrb_state,
name: *const c_char,
) -> *mut RClassExpand description
Gets a module. @param mrb The current mruby state. @param name The name of the module. @return [struct RClass *] A reference to the module.