pub unsafe extern "C" fn esp_rom_vprintf(
fmt: *const c_char,
ap: va_list,
) -> c_intExpand description
@brief Print formatted string to console device @note float and long long data are not supported!
@param fmt Format string @param ap List of arguments. @return int: Total number of characters written on success; A negative number on failure.