pub unsafe fn SetWindowDisplayAffinity<P0>(
    hwnd: P0,
    dwaffinity: WINDOW_DISPLAY_AFFINITY,
) -> Result<()>
where P0: Param<HWND>,