pub type ProgramClientError = Box<dyn Error + Send + Sync>;
struct ProgramClientError(/* private fields */);