ZL_ReflectionCtx_setCompressedFrame

Function ZL_ReflectionCtx_setCompressedFrame 

Source
pub unsafe extern "C" fn ZL_ReflectionCtx_setCompressedFrame(
    rctx: *mut ZL_ReflectionCtx,
    src: *const c_void,
    srcSize: usize,
) -> ZL_Report
Expand 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.