Comment 12 for bug 180179

Revision history for this message
In , Wan-Teh Chang (wtc-google) wrote :

Any pointer to an object may be converted to void *.
But a function pointer is not an object pointer. So
for portability we want to use a generic function pointer
type rather than void *.