JxlDecoderDestroy

Function JxlDecoderDestroy 

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

Deinitializes and frees JxlDecoder instance.

ยงParameters

  • dec: instance to be cleaned up and deallocated.