pub type LifecycleCallback = Box<dyn Fn() + Send + Sync>;
Callback type for lifecycle events
pub struct LifecycleCallback(/* private fields */);