rb_define_module_function

Function rb_define_module_function 

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