void is not a type, but rather a construct that is used to indicate that a function does not return a value, as in
void function noop(){}