word-integer-source-length
    OpenVMS usage:word_unsigned
    type:         word (unsigned)
    access:       read only
    mechanism:    by reference
    Length of the source string in bytes. The  word-integer-source-
    length argument is the address of an unsigned word that contains
    the length of the source string.
 source-string
    OpenVMS usage:char_string
    type:         character string
    access:       read only
    mechanism:    by reference
    Source string to be copied to the destination string by
    LIB$SCOPY_R_DX. The source-string argument is the address of
    this source string.
 destination-string
    OpenVMS usage:char_string
    type:         character string
    access:       write only
    mechanism:    by descriptor
    Destination string to which the source string is copied. The
    destination-string argument contains the address of a descriptor
    pointing to this destination string.