Ensure that access of the mapping does not cause page faults.
const MMAP_POPULATE: MemMapFlags = MemMapFlags(cty::MAP_POPULATE);
mmap(2) and MAP_POPULATE therein