Function artichoke_backend::sys::mrb_proc_new_cfunc_with_env

source ·
pub unsafe extern "C" fn mrb_proc_new_cfunc_with_env(
    mrb: *mut mrb_state,
    func: mrb_func_t,
    argc: mrb_int,
    argv: *const mrb_value
) -> *mut RProc