pub type HookFunc = Box<dyn Fn(&mut Context) -> Result<()> + Send + Sync>;
Type alias for lifecycle hook functions
pub struct HookFunc(/* private fields */);