# Functions
CreateMemFD creates a memfd file and returns the fd.
MapFile returns a memory mapping configured by the given options as per mmap(2).
MapSlice is like MapFile, but returns a slice instead of a uintptr.
UnmapSlice unmaps a mapping returned by MapSlice.