macro_rules! u64_tuple {
    ($NAME:ident, $ENDIAN:literal, $(#[$STRUCT_META:meta]),* ) => { ... };
}
Expand description

see u16_tuple for more details and examples.