safeCast

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.

T
safeCast
(
T
S
)
(
S s
)

Meta