static O vm_generalMap_put(O key, O value) { ret mapPutOrRemove(vm_generalMap(), key, value); }