Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#ifndef ANI_ZSTDSEEK_H #define ANI_ZSTDSEEK_H /* Wrapper layer for working with the seekable variant of zstd. */ size_t zstdseek_decompress(uint8_t *, size_t, uint8_t *, size_t); #endif