pub unsafe extern "C" fn tract_dim_clone( dim: *const TractDim, clone: *mut *mut TractDim, ) -> TRACT_RESULT
Clone a Dim, creating an independent copy.
The returned dim must be destroyed by tract_dim_destroy.
tract_dim_destroy