What is the best/easiest way to access C's stderr in a *.pyx file? I want to be able to do an fprintf to stderr say like this example. But how does one define stderr? cdef somefunction(): fprintf(stderr, "...")