pub unsafe fn ImpersonateDdeClientWindow<P0, P1>(
    hwndclient: P0,
    hwndserver: P1,
) -> Result<()>
where P0: Param<HWND>, P1: Param<HWND>,