Create a map at an exact place.
const MMAP_FIXED: MemMapFlags = MemMapFlags(cty::MAP_FIXED);
This flag is cannot be used safely. If you try using it via the safe interface, the process will be aborted.
mmap(2) and MAP_FIXED therein