pub unsafe extern "C" fn tract_dim_dump( dim: *const TractDim, spec: *mut *mut c_char, ) -> TRACT_RESULT
Write a dim as its specification string.
The returned string must be freed by the caller using tract_free_cstring.