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