Skip to main content

rb_define_module_under

Function rb_define_module_under 

Source
pub unsafe extern "C" fn rb_define_module_under(
    _: VALUE,
    _: *const c_char,
) -> VALUE