pub unsafe extern "C" fn nanocbor_enter_array(
it: *const nanocbor_value_t,
array: *mut nanocbor_value_t,
) -> c_int
Expand description
@brief Enter a array type
@param[in] it CBOR value to decode from @param[out] array CBOR value to decode the array members with
@return NANOCBOR_OK on success @return negative on error