pub unsafe extern "C" fn otCliOutputFormat(aFmt: *const c_char, ...)
Expand description

Write formatted string to the CLI console

@param[in] aFmt A pointer to the format string. @param[in] … A matching list of arguments.