pub fn get_vmo_exact_from_file(f: &File) -> Result<Vmo, Status>
Get a read-only handle to the exact VMO used by the file system server to represent the file. This VMO will track size and content changes to the file.