#include #include int main() { JxlEncoder* enc = JxlEncoderCreate(NULL); if (enc == NULL) { return EXIT_FAILURE; } JxlEncoderDestroy(enc); return EXIT_SUCCESS; }