Macro format_ptr

Source
macro_rules! format_ptr {
    ($str:literal $($args:tt)*) => { ... };
}