Outputs binding method declaration with meta information. e.g.:
Function pointer name for this method "constructor_new_0", "method_normalize", ...
Function type name used in some cases: like "method", "ctor", "getter", etc...
Formats whole method including function signature and body with implementation. e.g.:
Formats function signature, e.g. Array slice(in long begin, in long end, in long step, in bool deep) const
Formats body containing implementation, omitting outer braces
call type wrapper, "ptrcall", "callv", "callBuiltinMethod", etc...
formats function pointer loader, e.g. GDNativeClassBinding.method_append.mb = _godot_api.clasdb_get_methodbind("class", "method", hash);