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