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