type TableSlotCoordinates = Point2D<usize, UnknownUnit>;
#[repr(C)]struct TableSlotCoordinates { pub x: usize, pub y: usize, }
x: usize
y: usize