/// Prints a message through Miden's trace-based `PrintLn` functionality.
///
/// # Formatting
///
/// The formatting variant requires the `alloc` crate and a configured global allocator.
///
/// This supports most common use cases of Rust's `format!`. However, named arguments without
/// argument list are not supported, for example `println!("result: {res}");`