pub unsafe extern "C" fn ZL_ReflectionCtx_setCompressedFrame(
rctx: *mut ZL_ReflectionCtx,
src: *const c_void,
srcSize: usize,
) -> ZL_ReportExpand description
Decompresses the frame in @p src and build all the information needed to introspect the frame.
@pre Must only be called once per @p rctx.
@returns ZL_returnSuccess() if decompression sueeeded.