Sets the physical file size for the specified file to the current position of the file pointer.
BOOL SetEndOfFile( [in] HANDLE hFile );
int SetEndOfFile(int hFile) => _SetEndOfFile(hFile);