Pointers to Objects

A pointer to any object that is not const or volatile can be implicitly converted to a pointer of type void *.

See Also

Reference

Pointer Conversions (C++)