Function mrb_ary_replace

Source
pub unsafe extern "C-unwind" fn mrb_ary_replace(
    mrb: *mut mrb_state,
    self_: mrb_value,
    other: mrb_value,
)