ZSTD_createCDict

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. ZSTD_CDict* ZSTD_createCDict(const(void)* dictBuffer, size_t dictSize, int compressionLevel)
    version(BindZSTD_Static)
    extern (C) @nogc nothrow
    ZSTD_createCDict
    (
    const(void)* dictBuffer
    ,
    size_t dictSize
    ,)
  2. pZSTD_createCDict ZSTD_createCDict;

Meta