pub fn printf1<A>(fmt: PrintfFmt<(A,)>, a: A) -> c_intwhere A: PrintfArgument,
example
A safe wrapper around printf for 1 argument(s).
printf