pub type SyncVariableServerUpdate = Box<dyn FnMut(u64, String, OptionalValue) + Sync + Send>;
pub struct SyncVariableServerUpdate(/* private fields */);