"void" is used to indicate that a function will not return a value. It is also used for a variable when a type is not specified. Here's a Microsoft discussion:

void (C++)