pub type DeviceAuthenticationBytes<S> = Tag24<DeviceAuthentication<S>>;
pub struct DeviceAuthenticationBytes<S> { pub inner_bytes: Vec<u8>, /* private fields */ }
inner_bytes: Vec<u8>