my_value
__type(value, struct my_value);
struct my_value val_struct = { .x = 1000 };
struct my_value *value_struct;
static struct my_value zero_value SEC(".data.non_mmapable");
__type(value, struct my_value);