Mark private constructors & destructors of public classes as unexported
Given the constructors & destructors are not designed to be used by external users of the API, exporting the symbols with all the price tags is unneeded.
Given the constructors & destructors are not designed to be used by external users of the API, exporting the symbols with all the price tags is unneeded.