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