Function wren_sys::wrenSetMapValue

source ·
pub unsafe extern "C" fn wrenSetMapValue(
    vm: *mut WrenVM,
    mapSlot: c_int,
    keySlot: c_int,
    valueSlot: c_int
)