ZL_DCtx_registerSplitDecoder

Function ZL_DCtx_registerSplitDecoder 

Source
pub unsafe extern "C" fn ZL_DCtx_registerSplitDecoder(
    dctx: *mut ZL_DCtx,
    dtd: *const ZL_SplitDecoderDesc,
) -> ZL_Report
Expand description

Register a custom split decoder transform. This is supposed to be the reverse of the encoding transform of same @CTid. Counterpart to ZS2_registerSplitTransform().