wmemcpy() function in C/C++
The wmemcpy() function is specified in header file cwchar.h and copies a specified number of character from one string to the other. This function doesn't check for any terminating null wide character in the first string called source it always copies exactly n characters to the second string called