From 0 to research of nothing :) i'm just curious..
typedef struct {
const char __user *X;
const char __mastodon *mastodon;
const char __mail *mail;
} contact;
contact my = {
.x = "@opcod3r",
.mastodon = "@opcod3r"
.mail = "[email protected]"
};