Function chown

Source
pub fn chown(path: &Path, uid: u32, gid: u32) -> Result<()>