pub unsafe extern "C" fn esp_rom_printf(
    fmt: *const c_char
    ...
) -> c_int
Expand description

@brief Print formated string to console device @note float and long long data are not supported!

@param fmt Format string @param … Additional arguments, depending on the format string @return int: Total number of characters written on success; A negative number on failure.