We all know the declaration of Windows.WriteFile() function that has
second parameter untyped (const buff;)
How can we make the similar declaration in ActiveX and for example
from MyWriteFile() that has same declaration as WriteFile() call
ActiveXObject.MyWriteFile() declared in activex?