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