pub unsafe extern "C" fn mrb_undef_method(
    mrb: *mut mrb_state,
    cla: *mut RClass,
    name: *const c_char
)