pub unsafe extern "C" fn JxlDecoderDestroy(dec: *mut JxlDecoder)
Expand description

Deinitializes and frees @ref JxlDecoder instance.

@param dec instance to be cleaned up and deallocated.