pub unsafe extern "C" fn JxlEncoderDestroy(enc: *mut JxlEncoder)
Expand description

Deinitializes and frees JxlEncoder instance.

@param enc instance to be cleaned up and deallocated.