'Looking like a pointer' = 'has a value which makes it likely to be a
pointer and not a number with some other meaning'.
There are many tricks you can use: value pointing to a writably-mapped
region of the application's address space (very effective on x86-64, of
course), alignment on platforms where that matters...