void ist a data type that holds no data.
If it is used as a return type for a function, it implies that the function doesn't return any value.

A void pointer however is something different. It can point to any type of data.