pub fn read_bool(buf: &mut Bytes) -> Result<bool>
Read a boolean (1 byte: 0 = false, nonzero = true).