pub unsafe extern "C" fn wrenRemoveMapValue(
    vm: *mut WrenVM,
    mapSlot: c_int,
    keySlot: c_int,
    removedValueSlot: c_int
)