pub unsafe fn AnimateWindow<P0>(
    hwnd: P0,
    dwtime: u32,
    dwflags: ANIMATE_WINDOW_FLAGS
) -> Result<()>
where P0: IntoParam<HWND>,