fn type_trailing_braced_mac_call(ty: &Ty) -> Option<&MacCall>
If the type’s last token is }, it must be due to a braced macro call, such as in *const brace! { ... }. Returns that trailing macro call.
}
*const brace! { ... }