ZSTD_getErrorName

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. const(char)* ZSTD_getErrorName(size_t code)
    version(BindZSTD_Static)
    extern (C) @nogc nothrow
    const(char)*
    ZSTD_getErrorName
    (
    size_t code
    )
  2. pZSTD_getErrorName ZSTD_getErrorName;

Meta