Function std::sys::unix::fs::fchown

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