pub fn thread_update<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, ThreadUpdate<'info>>,
    _settings: ThreadSettings
) -> Result<()>