pub fn printf2<A, B>(fmt: PrintfFmt<(A, B)>, a: A, b: B) -> c_intwhere
    A: PrintfArgument,
    B: PrintfArgument,
Available on crate feature example only.
Expand description

A safe wrapper around printf for 2 argument(s).