pub type Mappings = Vec<Vec<Option<(i32, i32, i32, i32)>>>;
pub struct Mappings { /* private fields */ }