rb_block_call_func_t 1844 include/ruby/ruby.h VALUE rb_block_call(VALUE,ID,int,const VALUE*,rb_block_call_func_t,VALUE);
rb_block_call_func_t 1240 internal.h     VALUE rb_func_proc_new(rb_block_call_func_t func, VALUE val);
rb_block_call_func_t 1241 internal.h     VALUE rb_func_lambda_new(rb_block_call_func_t func, VALUE val);
rb_block_call_func_t 1483 internal.h     VALUE rb_check_block_call(VALUE, ID, int, const VALUE *, rb_block_call_func_t, VALUE);
rb_block_call_func_t  612 proc.c         rb_func_proc_new(rb_block_call_func_t func, VALUE val)
rb_block_call_func_t  618 proc.c         rb_func_lambda_new(rb_block_call_func_t func, VALUE val)