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