macro_rules! impl_traceable_fnptr {
    () => { ... };
    ($($arg:ident)+) => { ... };
}