Copies code element string.
#include <unidef.h> UniChar *ucs1; const UniChar *ucs2; UniChar *ucString; ucString = UniStrcpy(ucs1, ucs2);