Type Alias ZSTD_CCtx

Source
pub type ZSTD_CCtx = ZSTD_CCtx_s;
Expand description

Explicit context

Aliased Type§

#[repr(C)]
pub struct ZSTD_CCtx { pub(crate) _unused: [u8; 0], }

Fields§

§_unused: [u8; 0]