pub type SignMessageError = Box<dyn StdError + Send + Sync + 'static>;
struct SignMessageError(/* private fields */);