pub type ClientCallback = Box<dyn FnMut(TypeLookupReply) + Send>;
Callback-Signatur fuer Replies.
pub struct ClientCallback(/* private fields */);