Function windows::Win32::Devices::Communication::SetCommConfig

pub unsafe fn SetCommConfig<P0>(
    hcommdev: P0,
    lpcc: *const COMMCONFIG,
    dwsize: u32,
) -> Result<()>
where P0: Param<HANDLE>,