Information about free functions. TODO: rename to CxFreeFunction
C function representation.
Function with no parameters.
Function with no parameters and returning void.
If the function is variadic, aka have a parameter with "...".
A range over the parameters of the function.
See Implementation
Information about free functions. TODO: rename to CxFreeFunction