pub unsafe extern "C-unwind" fn JxlEncoderStatsDestroy(
stats: *mut JxlEncoderStats,
)Expand description
Deinitializes and frees JxlEncoderStats instance.
ยงParameters
stats: Instance to be cleaned up and deallocated. No-op ifstatsis a null pointer.