fn u8_in_range(a: u8, lo: u8, hi: u8) -> u8
Returns 0xff if a in lo..=hi.
a
lo..=hi
lo..=hi must not be 0..=255. Callers in this file have constant lo and hi, and this function is private to this file.
lo
hi