[][src]Function jpegxl_sys::JxlEncoderDestroy

pub unsafe extern "C" fn JxlEncoderDestroy(enc: *mut JxlEncoder)

Deinitializes and frees JxlEncoder instance.

@param enc instance to be cleaned up and deallocated.