pub type TerminalByte = Refined<U8, PredFnSpec<u8>>;
pub struct TerminalByte(pub U8, pub FnSpec<(u8,), bool>);
0: U8
1: FnSpec<(u8,), bool>