pub unsafe fn AccessibleObjectFromWindow<'a, T>( hwnd: impl IntoParam<'a, HWND>, dwid: u32, ) -> Result<T, Error>where T: Interface,