pub unsafe extern "C" fn ZSTD_getErrorCode(
functionResult: usize,
) -> ZSTD_ErrorCodeExpand description
ZSTD_getErrorCode() :
convert a size_t function result into a ZSTD_ErrorCode enum type,
which can be used to compare with enum list published above