pub unsafe extern "C" fn ZSTD_initCStream_srcSize(
    zcs: *mut ZSTD_CStream,
    compressionLevel: c_int,
    pledgedSrcSize: c_ulonglong
) -> usize
Expand description

Advanced streaming functions Warning : most of these functions are now redundant with the Advanced API. Once Advanced API reaches “stable” status, redundant functions will be deprecated, and then at some point removed.