Make it clear which portion of the header is either Provisional and Stable. Suggestion to build Stable ABI by default, then have the user opt-in to the Provisional ABI with something like: ```c #define _PMIX_PROVISIONAL #include <pmix.h> ```