Create a map at an exact place.
const MREMAP_FIXED: MemReMapFlags = MemReMapFlags(cty::MREMAP_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 MREMAP_FIXED therein