pub unsafe extern "C" fn ZL_ReflectionCtx_getFrameHeaderSize(
rctx: *const ZL_ReflectionCtx,
) -> usizeExpand description
@returns The size of the frame header. @pre ZL_ReflectionCtx_setCompressedFrame() returned success.
pub unsafe extern "C" fn ZL_ReflectionCtx_getFrameHeaderSize(
rctx: *const ZL_ReflectionCtx,
) -> usize@returns The size of the frame header. @pre ZL_ReflectionCtx_setCompressedFrame() returned success.