wrenGetMapValue

Function wrenGetMapValue 

Source
pub unsafe extern "C" fn wrenGetMapValue(
    vm: *mut WrenVM,
    mapSlot: c_int,
    keySlot: c_int,
    valueSlot: c_int,
)