rb_ary_unshift

Function rb_ary_unshift 

Source
pub unsafe extern "C" fn rb_ary_unshift(
    array: Value,
    item: Value,
) -> Value