pub unsafe extern "C" fn rb_funcallv(
    _: VALUE,
    _: ID,
    _: c_int,
    _: *const VALUE
) -> VALUE
Expand description

Call a Ruby function using C arrays to pass the arguments.