CopyFileW(from, to, bFailIfExists)
Copies a file (NT/2000 Unicode specific version)
Parameters
from : PyUnicode
The name of the file to copy fromto : PyUnicode
The name of the file to copy tobFailIfExists : int
Indicates if the operation should fail if the file exists.