pub fn set_xattr(path: &Path, key: &str, value: &str) -> Result<()>
Sets the extended attribute of the given path with the given key and value.
path
key
value