pub type LocalUpdateCallback = Box<dyn Fn(&Vec<u8>) -> bool + Send + Sync + 'static>;
The callback of the local update.
struct LocalUpdateCallback(/* private fields */);