pub(crate) fn map_descriptor( descriptor: &dyn AsRawDescriptor, offset: u64, size: u64, prot: Protection, ) -> Result<Box<dyn MappedRegion>>
WARNING: descriptor must be a mapping handle on Windows.