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