fn main() { let g = unsafe { std::mem::transmute::(42) }; g(42) //~ ERROR a memory access tried to interpret some bytes as a pointer }