Hi,
In my project all extern "C" pub fn's are declared in a single file / module.
Is it possible to ensure that the order of the generated exported functions in the header keeps same as in the module?
To me it seems that the functions are ordered by the functions name. Am I correct about this? Is there a way of changing / workaround this?