Definitions for "void pointer"
Keywords:  pointer, typecast, kind, unknown, point
a general purpose pointer that do not point to a specific type
a pointer that may point to any kind of object at all
a pointer that points to an object of unknown type