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 wlabels in the destination structure will not be overwritten. Instead, the content of
wlabels will be copied from the source to the destination structure.