#define MJIT_SYMBOL_EXPORT_END
#define MJIT_SYMBOL_EXPORT_BEGIN
VALUE rb_iseq_location(const struct rb_iseq_struct *iseq)
VALUE rb_callable_receiver(VALUE)
st_index_t rb_hash_proc(st_index_t hash, VALUE proc)
VALUE rb_func_lambda_new(rb_block_call_func_t func, VALUE val, int min_argc, int max_argc)
VALUE rb_block_to_s(VALUE self, const struct rb_block *block, const char *additional_info)
int rb_block_pair_yield_optimizable(void)
VALUE rb_func_proc_new(rb_block_call_func_t func, VALUE val)
VALUE rb_proc_location(VALUE self)
VALUE rb_sym_to_proc(VALUE sym)
int rb_block_min_max_arity(int *max)
rb_block_call_func * rb_block_call_func_t