PROTO_STD_DEPRECATED
#define PROTO_STD_DEPRECATED(x) typeof(x) x __attribute__((deprecated))
#define PROTO_STD_DEPRECATED(x) typeof(x) HIDDEN(x), x __attribute__((deprecated))
#define PROTO_STD_DEPRECATED(x) typeof(x) x __attribute__((deprecated))