Function register

Register a class and all its @GodotMethod member functions into Godot.

void register(T) (
  void* handle,
  GDNativeLibrary lib
)
if (is(T == class));