pub fn function_or_constant_with_span<'a>(
    expr: &'a Expression,
    diagnostics: &mut Diagnostics
) -> Option<(&'a str, &'a [Argument], Span)>