fn get_enclosing_fn_name_of_node( src: &[u8], node: Option<Node<'_>>, ) -> Option<String>
Gets the name of the function enclosing the given [Node].