//! Lazy loading FFI bindings - DEPRECATED
//!
//! The `Lazy` component is now a convenience wrapper with static methods
//! like `Lazy::vstack()` and `Lazy::hstack()` that return standard views
//! (`ScrollView` wrapping `LazyContainer`). No separate FFI type is needed.
//!
//! See `LazyContainer` (`WuiContainer` in FFI) for lazy view reconstruction.