pub type PageGistNSN = PageXLogRecPtr;
struct PageGistNSN { pub xlogid: u32, pub xrecoff: u32, }
xlogid: u32
xrecoff: u32