Is it possible to draw a curved arrow in the Rhino viewport?

Hello everyone,

I am writing a custom component in Grasshopper and I would like to visualize curved arrows inside the Rhino viewport. Something like the picture below.

The idea is to have something similar to Rhino.Display.DisplayPipeline.DrawArrow(Line line, Color color) for arrow lines.

Is it somehow possible?

Thanks.