SSLL_CALL

@nogc nothrow extern (C)
enum SSLL_CALL = q{ enum __dimmy_symbol__; alias __self_function__ = AliasSeq!(__traits(parent, __dimmy_symbol__))[0]; mixin((is(ReturnType!__self_function__ == void) ? "" : "return ") ~ apiFunctionPointerName!(__traits(identifier, __self_function__)) ~ "(" ~ commaSeparated!([ParameterIdentifierTuple!__self_function__]) ~ ");"); };

Meta