pub fn fremovexattr<S>(fd: RawFd, name: S) -> Result<()>where S: AsRef<OsStr>,
Removes the extended attribute identified by name and associated with the file specified by the open file descriptor fd.
name
fd
For more information, see fremovexattr(2)