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