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

@brief Write a Null value into the encoder buffer

@param[in] enc Encoder context

@return NANOCBOR_OK @return Negative on error