extern KADMOS_ERROR KADMOS_API re_copyparm
(const ReParm *source, ReParm *destination);
sourcedestinationRE_SUCCESS or KADMOS error type.
With this function parameters can be copied from a structure ReParm into an other structure.
The pointer labels or labels2 in the destination structure will not be overwritten. Instead, the content of
labels or labels2 will be copied from the source to the destination structure.