pub unsafe fn EscapeCommFunction<P0>(
    hfile: P0,
    dwfunc: ESCAPE_COMM_FUNCTION
) -> Result<()>
where P0: IntoParam<HANDLE>,