pub unsafe extern "C" fn ZL_DCtx_registerSplitDecoder(
dctx: *mut ZL_DCtx,
dtd: *const ZL_SplitDecoderDesc,
) -> ZL_ReportExpand 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().