Fix chatty compiler warnings on osx when including pyopencl-complex.h
This fixes the loads of compiler warnings like No previous prototype for function
when including pyopencl-complex.h in any kernel on OSX by declaring them inline
in the header.