pub unsafe fn DwmGetCompositionTimingInfo<P0>(
    hwnd: P0,
    ptiminginfo: *mut DWM_TIMING_INFO
) -> Result<()>
where P0: IntoParam<HWND>,