pub fn get_navigation_node_from_braille_position( position: usize, ) -> Result<(String, usize)>
Given a 0-based braille position, return the smallest MathML node enclosing it. This node might be a leaf with an offset.