pub unsafe fn UnmapViewOfFileEx(
    baseaddress: MEMORY_MAPPED_VIEW_ADDRESS,
    unmapflags: UNMAP_VIEW_OF_FILE_FLAGS
) -> Result<()>