fn get_target_item_if_polymorphic(
    target_span: Span,
    target_symbol: String
) -> Result<Option<(ItemFn, bool)>, Error>