Void functions.
Rarely ever used in practice. In reality, for things like this you'll either want to check to make sure it happened, so you can either add it to a list of things to do in the future if it didn't work, or assert it so that the program doesn't go haywire and break everything because this didn't work and it was supposed to.