Pointers to Functions

A pointer to a function can be converted to type void *, if type void * is large enough to hold that pointer.

See Also

Concepts

Pointer Conversions (C++)