pgettext
#define pgettext_expr(msgctxt, msgid) pgettext((msgctxt), (msgid))
const char *pgettext(const char *, const char *) __format_arg(2);