pub type CellId = S2CellId;
Cell ID works with both S2 and WM with a common interface
#[repr(C)]pub struct CellId { pub id: u64, }
id: u64
the id contains the face, s, and t components