pub unsafe extern "C" fn nanocbor_fmt_null(
enc: *mut nanocbor_encoder_t,
) -> c_intExpand description
@brief Write a Null value into the encoder buffer
@param[in] enc Encoder context
@return NANOCBOR_OK @return Negative on error
pub unsafe extern "C" fn nanocbor_fmt_null(
enc: *mut nanocbor_encoder_t,
) -> c_int@brief Write a Null value into the encoder buffer
@param[in] enc Encoder context
@return NANOCBOR_OK @return Negative on error