pub fn unmap_page( page: Page<Size4KiB>, ) -> Result<PhysFrame<Size4KiB>, &'static str>
Unmap a virtual page, returning the physical frame it was mapped to.