Gzip-decodes the given bytes. Returns null on unsupported platforms.
null
List<int>? gzipDecode(List<int> _) => null;