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.
pub unsafe extern "C-unwind" fn JxlDecoderDestroy(
dec: *mut JxlDecoder,
)Deinitializes and frees JxlDecoder instance.
dec: instance to be cleaned up and deallocated.