type ToastCb = Callback<(String, bool)>;
传递给各分区的 toast 回调类型:(消息, 是否错误)。
struct ToastCb { /* private fields */ }