setExtendedAttribute(named:to:)
Set the value of the named extended attribute.
This declaration is gated by at least one @_spi attribute.
func setExtendedAttribute(named name: String, to value: UnsafeRawBufferPointer?) -> Result<Void, Errno>
Parameters
The corresponding C function is fsetxattr
.