Removes an extended attribute of a file without following symlinks.
fn lremovexattr(path: &CStr, name: &CStr) -> i32
The path of the file.
The name of the attribute.
Returns success or an error value.
lremovexattr(2)