Like print but write to stder.
print
( $ fmt : expr ) => { write ! ( :: std:: fd:: STDERR , $ fmt ) } ; ( $ fmt : expr , $ ( $ arg : tt ) * ) => { write ! ( :: std:: fd:: STDERR , $ fmt , $ ( $ arg ) * ) } ;