We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently all C code is being translated as @nogc nothrow. It's possible this won't be correct with callbacks and may change in the future.
@nogc nothrow
As for other attributes, and even if @nogc nothrow is no longer the default, one can:
@safe @nogc pure nothrow { #include "header.h" }