pub const PAGE_SIZE: usize = 1 << bindings::PAGE_SHIFT; // 4_096usize
Page size defined in terms of the PAGE_SHIFT macro from C.
PAGE_SHIFT