pub unsafe extern "C" fn nanocbor_enter_map(
    it: *const nanocbor_value_t,
    map: *mut nanocbor_value_t
) -> c_int
Expand description

@brief Enter a map type

@param[in] it CBOR value to decode from @param[out] map CBOR value to decode the map members with

@return NANOCBOR_OK on success @return negative on error