I have a function written in C, stored in two files; the header file and the c file. The cython docs only mention how to bring in the built in C functions into cython, such as stdio and stdlib. Here's what I'm trying to do:I have a function written in C, stored in two f