line-move-to-column
line-move-to-column is a compiled Lisp function in `simple.el
'.
(line-move-to-column COL)
Try to find column COL, considering invisibility.
This function works only in certain cases,
because what we really need is for `move-to-column'
and `current-column' to be able to ignore invisible text.