pub unsafe extern "C" fn ZL_DCtx_registerPipeDecoder(
dctx: *mut ZL_DCtx,
dtd: *const ZL_PipeDecoderDesc,
) -> ZL_ReportExpand description
Register a custom decoder transform, should it be needed during decompression of a zstrong frame. A decoder transform is expected to reverse the encoding transform of same @CTid. This function is specialized for the registration of simple pipe decoder transforms. Counterpart to ZL_Compressor_registerPipeEncoder().