pub fn extract_function_name( node: &Node<'_>, source: &str, _query_name: &str, ) -> Option<String>
Extract function name from a function node.