pub unsafe fn CreateStdAccessibleObject<'a, T>( hwnd: impl IntoParam<'a, HWND>, idobject: i32, ) -> Result<T, Error>where T: Interface,