wrenSetListElement

Function wrenSetListElement 

Source
pub unsafe extern "C" fn wrenSetListElement(
    vm: *mut WrenVM,
    listSlot: c_int,
    index: c_int,
    elementSlot: c_int,
)