pub unsafe extern "C" fn mrb_cv_set(
    mrb: *mut mrb_state,
    mod_: mrb_value,
    sym: mrb_sym,
    v: mrb_value
)