1 2 3 4 5 6
pub struct Info { /// pointer to data pub data: *const u8, /// database page size pub page_size: i64, }