pub unsafe extern "C" fn ZL_ReflectionCtx_registerTypedDecoder(
rctx: *mut ZL_ReflectionCtx,
dtd: *const ZL_TypedDecoderDesc,
)Expand description
Registers a custom transform to be used when decoding the frame. @pre Must be called before ZL_ReflectionCtx_setCompressedFrame().