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