`pbf_reader::get_packed_bool()` currently calls `get_packed_int32()`. But with a one-byte bool there will never be any endianness or alignment issues so we could optimize this case.