macro_rules! split_bytes {
(
let bytes [
$($name:ident $(: $ty:ty)? ),* $(,)?
] = $data:expr $(;)?
) => { ... };
}macro_rules! split_bytes {
(
let bytes [
$($name:ident $(: $ty:ty)? ),* $(,)?
] = $data:expr $(;)?
) => { ... };
}