JxlEncoderStatsDestroy

Function JxlEncoderStatsDestroy 

Source
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 if stats is a null pointer.