seekToWindowsSubsystem method
Seeks to the Windows Subsystem position.
Implementation
int seekToWindowsSubsystem() {
var info = _seekToWindowsSubsystemImpl();
var windowsSubsystemOffset = info['windowsSubsystemOffset']!;
return windowsSubsystemOffset;
}