pub unsafe extern "C" fn nanocbor_fmt_map_indefinite(
    enc: *mut nanocbor_encoder_t
) -> c_int
Expand description

@brief Write an indefinite-length map indicator

@param[in] enc Encoder context

@return Number of bytes written @return Negative on error