pub unsafe fn GetCommTimeouts<P0>(
    hfile: P0,
    lpcommtimeouts: *mut COMMTIMEOUTS
) -> Result<()>
where P0: IntoParam<HANDLE>,