pub type Input = Clusters;
Clusters
pub struct Input { pub width: u32, pub height: u32, /* private fields */ }
width: u32
height: u32