simple_xattr_alloc
new_xattr = simple_xattr_alloc(value, size);
struct simple_xattr *simple_xattr_alloc(const void *value, size_t size);
new_xattr = simple_xattr_alloc(xattr->value, xattr->value_len);