/// From https://stackoverflow.com/questions/28028854/how-do-i-match-enum-values-with-an-integer/57578431#57578431
/// This macro wraps an enum and adds a TryFrom implementation, which lets you take a u16
/// and get the resultant enum value for it. Valid only for enums holding u16s.
) =>
}
pub use back_to_enum;