pub unsafe extern "C" fn nanocbor_at_end(
it: *const nanocbor_value_t,
) -> bool
Expand description
@brief Check if the current buffer or container is exhausted
@param[in] it decoder value context
@return true if it is exhausted @return false if there are more items