Function windows::Win32::Devices::Communication::SetCommTimeouts
pub unsafe fn SetCommTimeouts<P0>(
hfile: P0,
lpcommtimeouts: *const COMMTIMEOUTS,
) -> Result<()>where
P0: Param<HANDLE>,