pub fn llistxattr<P>(path: P, list: &mut [u8]) -> Result<usize, Errno> ⓘwhere P: Arg,
dep_rustix
llistxattr(path, list.as_ptr(), list.len())—List extended filesystem attributes, without following symlinks in the last path component.
llistxattr(path, list.as_ptr(), list.len())