pub type RpcGeneratorFunction = Box<dyn Fn(&RpcService, &mut dyn Write) -> Result<()>>;
pub struct RpcGeneratorFunction(/* private fields */);