fn inlined_slow_read_byte<R: Read>(reader: &mut R) -> Option<Result<u8>>
Reads a single byte in a slow, generic way. This is used by the default spec_read_byte.
spec_read_byte