zstd_compress_bound
size_t zstd_compress_bound(size_t src_size);
EXPORT_SYMBOL(zstd_compress_bound);
size_t out_len = zstd_compress_bound(slen);