pub type ByteNonNull = Not<ByteNull>;
Checks whether the byte is non-NULL.
NULL
pub struct ByteNonNull { /* private fields */ }