Variadic template for method wrappers.
C function passed to Godot that calls the wrapped method
C function passed to Godot if this is a property getter
C function passed to Godot if this is a property setter
the class that owns the method
the member function being wrapped, as an alias
See Implementation
Variadic template for method wrappers.