FSE_PUBLIC_API
# define FSE_PUBLIC_API __attribute__ ((visibility ("default")))
# define FSE_PUBLIC_API __declspec(dllexport)
# define FSE_PUBLIC_API __declspec(dllimport) /* It isn't required but allows to generate better code, saving a function pointer load from the IAT and an indirect jump.*/
# define FSE_PUBLIC_API