pub type FrontendClientPtr = Box<dyn FrontendClient>;
struct FrontendClientPtr(/* private fields */);