pub unsafe fn GetCommMask<P0>(
    hfile: P0,
    lpevtmask: *mut COMM_EVENT_MASK
) -> Result<()>
where P0: IntoParam<HANDLE>,