pub fn fgetxattr<S>(fd: RawFd, name: S) -> Result<Vec<u8>>Expand description
Retrieves the value of the extended attribute identified by name and
associated with the file specified by the open file descriptor fd in the
filesystem.
For more information, see fgetxattr(2)