pub unsafe extern "C" fn otCliOutputFormat(aFmt: *const c_char, ...)Expand description
Write formatted string to the static CLI interpreter output.
Requires OPENTHREAD_CONFIG_CLI_STATIC_INTERPRETER_ENABLE.
This is intended for use by user-provided CLI command handlers.
@param[in] aFmt A pointer to the format string. @param[in] … A matching list of arguments.