Function fchown

Source
pub fn fchown(fd: c_int, uid: u32, gid: u32) -> Result<()>