Function zstd_sys::ZSTD_getErrorCode

source ยท
pub unsafe extern "C" fn ZSTD_getErrorCode(
    functionResult: usize,
) -> ZSTD_ErrorCode
Expand 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