Inline function definitions at link time

My understanding is that there’s no need to export it. The static inline functions are all in header files, and thus whenever they are referenced, they should always be available to the compilation unit.

If it helps to explain it this way: we essentially use them as glorified macros.