NewWriterLevel is like NewWriter but specifies the compression level instead of assuming DefaultCompression. The compression level can be DefaultCompression, NoCompression, or any integer value between BestSpeed and BestCompression inclusive. The error returned will be nil if the level is valid.
(w io.Writer, level int)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected