pub unsafe extern "C" fn nanocbor_skip_simple(
    it: *mut nanocbor_value_t
) -> c_int
Expand description

@brief Skip a single simple value in the CBOR stream

This is a cheaper version of @ref nanocbor_skip, the downside is that this function is unable to skip nested structures.

@param[in] it CBOR value to skip

@return NANOCBOR_OK on success @return negative on error