pub unsafe extern "C" fn rb_ary_store(
    array: Value,
    index: c_long,
    item: Value
)