Adds a new drmemtrace option -raw_compress snappy_nocrc. This requests snappy compression but omitting checksums. This is 2.5x faster than snappy with checksums. This currently uses local-only snappy chunk types; we should propose adding them to the public spec.
Adds a sanity test.
Issue: #5427