Function GDNativeLibrary.symbolPrefix

The prefix this library's entry point functions begin with. For example, a GDNativeLibrary would declare its gdnative_init function as godot_gdnative_init by default. On platforms that require statically linking libraries (currently only iOS), each library must have a different symbol_prefix.

String symbolPrefix() nothrow @property @nogc;

void symbolPrefix (
  String v
) nothrow @property @nogc;