menu
zstandard_native package
documentation
zstandard_native_bindings.dart
ZstandardNativeBindings
ZSTD_freeDCtx method
ZSTD_freeDCtx method
dark_mode
light_mode
ZSTD_freeDCtx
method
int
ZSTD_freeDCtx
(
Pointer
<
ZSTD_DCtx
>
dctx
)
Implementation
int ZSTD_freeDCtx( ffi.Pointer<ZSTD_DCtx> dctx, ) { return _ZSTD_freeDCtx( dctx, ); }
zstandard_native package
documentation
zstandard_native_bindings
ZstandardNativeBindings
ZSTD_freeDCtx method
ZstandardNativeBindings class