artichoke_backend::sys

Function mrb_no_method_error

source
pub unsafe extern "C" fn mrb_no_method_error(
    mrb: *mut mrb_state,
    id: mrb_sym,
    args: mrb_value,
    fmt: *const c_char,
    ...
)