pub type FetchBdbServerUpdate = Box<dyn FnMut(String, Option<Vec<u8>>) + Sync + Send>;
pub struct FetchBdbServerUpdate(/* private fields */);