pub fn flistxattr(fd: RawFd) -> Result<Vec<OsString>>
Retrieves the list of extended attribute names associated with the file specified by the open file descriptor fd in the filesystem.
fd
For more infomation, see flistxattr(2)