pub unsafe fn MapWindowPoints<'a>( hwndfrom: impl IntoParam<'a, HWND>, hwndto: impl IntoParam<'a, HWND>, lppoints: *mut POINT, cpoints: u32, ) -> i32