How to define an abstract class in GDExtension?

Godot Version

4.6.1

Question

I’m writing a GDExtension module and want to create an abstract class. How do I define things in the _bind_methods for my abstract methods? Should I still use GDCLASS in the header? Can I define my abstract methods as pure virtual in C++?