Function jpegxl_sys::JxlDecoderDestroy[][src]

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

Deinitializes and frees JxlDecoder instance.

@param dec instance to be cleaned up and deallocated.