ZSTD_DCtx_loadDictionary method
Implementation
int ZSTD_DCtx_loadDictionary(
ffi.Pointer<ZSTD_DCtx> dctx,
ffi.Pointer<ffi.Void> dict,
int dictSize,
) {
return _ZSTD_DCtx_loadDictionary(
dctx,
dict,
dictSize,
);
}
int ZSTD_DCtx_loadDictionary(
ffi.Pointer<ZSTD_DCtx> dctx,
ffi.Pointer<ffi.Void> dict,
int dictSize,
) {
return _ZSTD_DCtx_loadDictionary(
dctx,
dict,
dictSize,
);
}