pub unsafe extern "C" fn mrb_funcall_with_block(
mrb: *mut mrb_state,
val: mrb_value,
name: mrb_sym,
argc: mrb_int,
argv: *const mrb_value,
block: mrb_value,
) -> mrb_value
Expand description
Call existing ruby functions with a block.