pub unsafe fn GetCommProperties<P0>(
    hfile: P0,
    lpcommprop: *mut COMMPROP
) -> Result<()>
where P0: IntoParam<HANDLE>,