pub unsafe fn lchown( pathname: *const char, owner: uid_t, group: gid_t, ) -> Result<int>
Change ownership of a file without dereferencing symbolic links.