Function ruby_sys::util::rb_funcallv

source ยท
pub unsafe extern "C" fn rb_funcallv(
    receiver: Value,
    method: Id,
    argc: Argc,
    argv: *const Value,
) -> Value