See: https://github.com/slembcke/Chipmunk2D/issues/56
For two function pointers to be safely casted: Either return type and parameters must match perfectly, or they have to be pointers.
See Implementation
See: https://github.com/slembcke/Chipmunk2D/issues/56
For two function pointers to be safely casted: Either return type and parameters must match perfectly, or they have to be pointers.