pub unsafe fn SetCommMask<P0>(
    hfile: P0,
    dwevtmask: COMM_EVENT_MASK
) -> Result<()>
where P0: IntoParam<HANDLE>,