Function libjxl_sys::JxlEncoderDestroy[][src]

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

Deinitializes and frees JxlEncoder instance.

@param enc instance to be cleaned up and deallocated.