test_get_xattr
struct test_get_xattr *skel = NULL;
test_get_xattr("user.kfuncs", "hello", true);
test_get_xattr("security.bpf.xxx", "hello", true);
test_get_xattr("security.bpf", "hello", false);
test_get_xattr("security.selinux", "hello", false);