pub unsafe fn MapWindowPoints<P0, P1>( hwndfrom: P0, hwndto: P1, lppoints: &mut [POINT], ) -> i32where P0: Param<HWND>, P1: Param<HWND>,