Function windows::Win32::Devices::Communication::ClearCommError
pub unsafe fn ClearCommError<P0>(
hfile: P0,
lperrors: Option<*mut CLEAR_COMM_ERROR_FLAGS>,
lpstat: Option<*mut COMSTAT>,
) -> Result<()>where
P0: Param<HANDLE>,