static extern bool ClearCommError (int handle, out uint errors, out CommStat stat);
static bool ClearCommError (int handle, out uint errors, out CommStat stat) { throw new System.NotImplementedException(); }
static extern bool ClearCommError(int handle, out uint errors, out CommStat stat);
static bool ClearCommError(int handle, out uint errors, out CommStat stat) { throw new System.NotImplementedException(); }