pub type ExtractFunctionNameHandler = fn(&Node<'_>, &str, &str) -> Option<String>;
Handler to extract function name from a node.